diff options
Diffstat (limited to 'demos/STM32/RT-STM32F103-OLIMEX_STM32_P103-FATFS')
| -rwxr-xr-x | demos/STM32/RT-STM32F103-OLIMEX_STM32_P103-FATFS/chconf.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/demos/STM32/RT-STM32F103-OLIMEX_STM32_P103-FATFS/chconf.h b/demos/STM32/RT-STM32F103-OLIMEX_STM32_P103-FATFS/chconf.h index ba44a4690..2d75010ff 100755 --- a/demos/STM32/RT-STM32F103-OLIMEX_STM32_P103-FATFS/chconf.h +++ b/demos/STM32/RT-STM32F103-OLIMEX_STM32_P103-FATFS/chconf.h @@ -578,7 +578,7 @@   * @details User initialization code added to the @p chSysInit() function
   *          just before interrupts are enabled globally.
   */
 -#define CH_CFG_SYSTEM_INIT_HOOK(tp) {                                       \
 +#define CH_CFG_SYSTEM_INIT_HOOK() {                                         \
    /* Add threads initialization code here.*/                                \
  }
 | 
