diff options
Diffstat (limited to 'testhal/STM32/STM32F37x/SDADC')
| -rw-r--r-- | testhal/STM32/STM32F37x/SDADC/chconf.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F37x/SDADC/chconf.h b/testhal/STM32/STM32F37x/SDADC/chconf.h index 4f58bf9e4..8227506c6 100644 --- a/testhal/STM32/STM32F37x/SDADC/chconf.h +++ b/testhal/STM32/STM32F37x/SDADC/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.*/                                \
  }
  | 
