diff options
Diffstat (limited to 'os/hal/platforms/STM32/pal_lld.c')
-rw-r--r-- | os/hal/platforms/STM32/pal_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/pal_lld.c b/os/hal/platforms/STM32/pal_lld.c index 69bd3ecab..4ddb13359 100644 --- a/os/hal/platforms/STM32/pal_lld.c +++ b/os/hal/platforms/STM32/pal_lld.c @@ -82,7 +82,7 @@ *
* @param[in] config the STM32 ports configuration
*/
-void _pal_lld_init(const STM32GPIOConfig *config) {
+void _pal_lld_init(const PALConfig *config) {
/*
* Enables the GPIO related clocks.
|