mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 02:39:57 +02:00
fix up tests
This commit is contained in:
parent
3a47b3eb42
commit
ef7225624b
5 changed files with 16 additions and 9 deletions
|
@ -1,9 +1,14 @@
|
|||
// The test library must be included first!
|
||||
#include "test_lib.h"
|
||||
#include "../test_lib.h"
|
||||
|
||||
#include "events.cpp"
|
||||
#include "../../Software/src/devboard/utils/events.h"
|
||||
|
||||
#define EVENTLOGGING
|
||||
#define DUMMY_EVENT_ENABLED true
|
||||
|
||||
/* Helper functions */
|
||||
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