Avoid warning

This commit is contained in:
Vincent Barrilliot 2023-11-11 23:54:11 +01:00
parent a3386b4e41
commit d1530dbbb6

View file

@ -34,7 +34,10 @@ static short log_level;
static void (*do_log)(const char* message); static void (*do_log)(const char* message);
static void log_to_uart(const char* message); static void log_to_uart(const char* message);
static void log_to_screen(const char* message); static void log_to_screen(const char* message);
#if MODEL == MODEL_FOENIX_A2560K || MODEL == MODEL_FOENIX_GENX || MODEL == MODEL_FOENIX_A2560X
static void log_to_channel_A_low_level(const char *message); static void log_to_channel_A_low_level(const char *message);
#endif
#define UART_COM1 0 #define UART_COM1 0