always print debug output to both serial and segger debug port

cc @mc-hamster, this  makes USE_SEGGER optional on nrf52 targets
This commit is contained in:
Kevin Hester
2020-11-13 07:48:25 +08:00
parent 619a48085a
commit 67e657f10f
7 changed files with 21 additions and 7 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ static const uint8_t SCK = PIN_SPI_SCK;
#define LORA_DISABLE_SENDING // Define this to disable transmission for testing (power testing etc...)
// To debug via the segger JLINK console rather than the CDC-ACM serial device
#define USE_SEGGER
// #define USE_SEGGER
#ifdef __cplusplus
}