From 197d75395de19081e9ee896f3edb14b436ce9e34 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Tue, 11 Apr 2023 18:32:29 -0700 Subject: [PATCH] don't need this line at all --- firmware/hw_layer/ports/chconf_common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/firmware/hw_layer/ports/chconf_common.h b/firmware/hw_layer/ports/chconf_common.h index 104f95f6f7..b2eccaecfc 100644 --- a/firmware/hw_layer/ports/chconf_common.h +++ b/firmware/hw_layer/ports/chconf_common.h @@ -21,7 +21,6 @@ extern "C" { #endif /* __cplusplus */ #ifndef __ASSEMBLER__ - // void firmwareError(ObdCode code, const char *fmt, ...); void irqEnterHook(void); void irqExitHook(void); void contextSwitchHook(void);