Really need to Fix and expand commit gate check

This commit is contained in:
rusefi 2019-11-19 23:28:34 -05:00
parent c26dd1676b
commit efeae62769
1 changed files with 5 additions and 3 deletions

View File

@ -31,6 +31,8 @@ LoggingWithStorage::LoggingWithStorage(const char *name) : Logging(name, DEFAULT
// this is supposed to be taken from chconf_common.h but it does not work? I am not sure why :(
// TODO: make this be defined by chconf_common.h?
void irqEnterHook() {}
void irqExitHook() {}
void contextSwitchHook() {}
#if ! ENABLE_PERF_TRACE
//void irqEnterHook() {}
//void irqExitHook() {}
//void contextSwitchHook() {}
#endif /* ENABLE_PERF_TRACE */