fix Simulator + HAL_USE_COMP (#760)

This commit is contained in:
andreika-git 2019-04-15 15:59:29 +03:00 committed by rusefi
parent ffd44bf0fe
commit e9a57f4042
1 changed files with 7 additions and 0 deletions

View File

@ -177,6 +177,13 @@
#define HAL_USE_WDG FALSE
#endif
/**
* @brief Enables the COMP subsystem.
*/
#if !defined(HAL_USE_COMP) || defined(__DOXYGEN__)
#define HAL_USE_COMP FALSE
#endif
/*===========================================================================*/
/* ADC driver related settings. */
/*===========================================================================*/