diff options
Diffstat (limited to 'testhal/STM32/STM32F37x/SDADC')
| -rw-r--r-- | testhal/STM32/STM32F37x/SDADC/halconf.h | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F37x/SDADC/halconf.h b/testhal/STM32/STM32F37x/SDADC/halconf.h index 77704848b..59357003d 100644 --- a/testhal/STM32/STM32F37x/SDADC/halconf.h +++ b/testhal/STM32/STM32F37x/SDADC/halconf.h @@ -238,6 +238,13 @@  #define CAN_USE_SLEEP_MODE                  TRUE
  #endif
 +/**
 + * @brief   Enforces the driver to use direct callbacks rather than OSAL events.
 + */
 +#if !defined(CAN_ENFORCE_USE_CALLBACKS) || defined(__DOXYGEN__)
 +#define CAN_ENFORCE_USE_CALLBACKS           FALSE
 +#endif
 +
  /*===========================================================================*/
  /* CRY driver related settings.                                              */
  /*===========================================================================*/
  | 
