remove unsed DEBUG_SERIAL_OBJ

This commit is contained in:
Pavel S 2026-01-24 20:22:46 +01:00
parent 16269fc512
commit 0a1b982085

View file

@ -79,7 +79,6 @@
// ============================================================================
#if DEBUG_SERIAL_INDEX >= 0 && (DEBUG_SERIAL_INDEX == 0 || DEBUG_SERIAL_INDEX == 1)
#define DEBUG_SERIAL debugSerial
#define DEBUG_SERIAL_OBJ debugSerial
#else
// Debug disabled - create dummy defines that do nothing
#define DEBUG_SERIAL Serial // Won't be used, but prevents compilation errors