Refactoring: OS access should be explicit #867

explicit value for doc mostly
This commit is contained in:
rusefi 2019-07-06 19:30:56 -04:00
parent 2606848282
commit 550ba208eb
1 changed files with 5 additions and 0 deletions

View File

@ -41,6 +41,11 @@
#define PAL_USE_WAIT FALSE
#endif
// rusEfi uses callback for PAL input capture
#if !defined(PAL_USE_CALLBACKS) || defined(__DOXYGEN__)
#define PAL_USE_CALLBACKS TRUE
#endif
/**
* @brief Enables the ADC subsystem.
*/