This commit is contained in:
rusefillc 2023-09-25 12:43:48 -04:00
parent aeff3337b3
commit 8467beae96
1 changed files with 3 additions and 3 deletions

View File

@ -51,11 +51,11 @@ void initHardwareNoConfig();
// Initialize hardware with configuration loaded
void initHardware();
// todo: can we do simpler here? move conditional compilation into debounce.h?
#if EFI_PROD_CODE
#include "debounce.h"
#else
class ButtonDebounce;
#endif /* EFI_PROD_CODE */
void setBor(int borValue);
class ButtonDebounce;