Really need to Fix and expand commit gate check
This commit is contained in:
parent
c26dd1676b
commit
efeae62769
|
@ -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 */
|
Loading…
Reference in New Issue