NOT A GREAT FIX - TODO @andreika any chance you can help here?
This commit is contained in:
parent
78e32c0c0a
commit
9632555d47
|
@ -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() {}
|
Loading…
Reference in New Issue