mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-06 03:50:13 +02:00
precommit fixes
This commit is contained in:
parent
dff9788b96
commit
711aeded0c
11 changed files with 120 additions and 115 deletions
|
@ -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), "");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue