turning whatever off

This commit is contained in:
rusefi 2019-07-05 20:40:21 -04:00
parent 867fe9ff36
commit 7548a5da6d
1 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,10 @@
#define HAL_USE_PAL TRUE
#endif
#if !defined(PAL_USE_WAIT) || defined(__DOXYGEN__)
#define PAL_USE_WAIT FALSE
#endif
/**
* @brief Enables the ADC subsystem.
*/