Merge branch 'dev' of git.h3cx.dev:Exergie/NeoECU-Firmware into dev

This commit is contained in:
2026-06-03 14:21:29 +02:00
2 changed files with 4 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
#include "global_state.h"
#ifdef DEBUG
#include "SEGGER_RTT.h"
#define INJECTION_PHASE 0
#define DEBUG_LOG(fmt, ...) SEGGER_RTT_printf(0, fmt "\n", ##__VA_ARGS__)
#else
#define DEBUG_LOG(fmt, ...) \