fixing build?

This commit is contained in:
rusefi 2019-08-06 22:33:27 -04:00
parent d5451a7b4f
commit dece505dec
2 changed files with 4 additions and 4 deletions

View File

@ -66,6 +66,10 @@
#define EFI_ICU_INPUTS TRUE
#endif
#ifndef HAL_TRIGGER_USE_PAL
#define HAL_TRIGGER_USE_PAL FALSE
#endif /* HAL_TRIGGER_USE_PAL */
/**
* TunerStudio support.
*/

View File

@ -14,10 +14,6 @@
#include "global.h"
#ifndef HAL_TRIGGER_USE_PAL
#define HAL_TRIGGER_USE_PAL FALSE
#endif /* HAL_TRIGGER_USE_PAL */
volatile int icuWidthCallbackCounter = 0;
volatile int icuWidthPeriodCounter = 0;
bool hwTriggerInputEnabled = true; // this is useful at least for real hardware integration testing