mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-03-10 07:23:57 +01:00
remove unsed DEBUG_SERIAL_OBJ
This commit is contained in:
parent
16269fc512
commit
0a1b982085
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue