mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-07 21:39:16 +00:00
Fixed compiler warnings
This commit is contained in:
@ -15,7 +15,7 @@ static inline SafeFunction __no_instrument_function void profiler_uart_wrapper(c
|
||||
bool renable = EnableProfiler;
|
||||
EnableProfiler = false;
|
||||
UART(COM2).Write(c);
|
||||
(void)unused;
|
||||
UNUSED(unused);
|
||||
if (renable)
|
||||
EnableProfiler = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user