ldr: fix pre processor hell

This commit is contained in:
Lightos1
2026-07-26 21:52:24 +02:00
parent 8c54df039f
commit bfb2009dab
3 changed files with 7 additions and 8 deletions

View File

@@ -70,7 +70,7 @@ namespace ams::ldr::hoc {
return rc;
}
#ifdef HOC_UART_LOG
#if HOC_UART_LOG
/* Remove this? */
void UartLog(const char *fmt, ...) {
char line[256];