NOT A GREAT FIX - TODO @andreika any chance you can help here?

This commit is contained in:
rusefi 2019-11-19 20:56:35 -05:00
parent 78e32c0c0a
commit 9632555d47
1 changed files with 5 additions and 0 deletions

View File

@ -29,3 +29,8 @@ Logging::Logging(char const */*name*/, char */*buffer*/, int /*bufferSize*/) {
LoggingWithStorage::LoggingWithStorage(const char *name) : Logging(name, DEFAULT_BUFFER, sizeof(DEFAULT_BUFFER)) {
}
// 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() {}