precommit fixes

This commit is contained in:
Brett Christensen 2024-02-09 16:33:48 +11:00
parent dff9788b96
commit 711aeded0c
11 changed files with 120 additions and 115 deletions

View file

@ -7,7 +7,7 @@
#define DUMMY_EVENT_ENABLED true
/* Helper functions */
static char event_message[256]; // Declare the event_message variable
static char event_message[256]; // Declare the event_message variable
static void reset_event_msg(void) {
snprintf(event_message, sizeof(event_message), "");