This commit is contained in:
Matthew Kennedy 2023-08-26 01:26:41 -07:00
parent f5bd2e6a19
commit 03573b26d3
1 changed files with 1 additions and 18 deletions

View File

@ -12,23 +12,6 @@
void chDbgPanic3(const char* /*msg*/, const char* /*file*/, int /*line*/) {
}
namespace priv
{
void efiPrintfInternal(const char* /*fmt*/, ...) {
}
}
void firmwareError(ObdCode /*code*/, const char* /*fmt*/, ...) {
}
Logging::Logging(char const* /*name*/, char* /*buffer*/, int /*bufferSize*/) {
}
LoggingWithStorage::LoggingWithStorage(const char *name) : Logging(name, DEFAULT_BUFFER, sizeof(DEFAULT_BUFFER)) {
}
void setPinConfigurationOverrides() { }
void logHardFault(uint32_t type, uintptr_t faultAddress, struct port_extctx* ctx, uint32_t csfr) { }
// this is supposed to be taken from chconf_common.h but it does not work? I am not sure why :(