From bfdc05154b568510675211a2416f952b893c0289 Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Sun, 11 Apr 2021 13:53:18 +0800 Subject: [PATCH] fix redundant segger init --- src/main.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index c2dd0b21a..e55afc7b9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -313,10 +313,6 @@ void setup() SEGGER_RTT_ConfigUpBuffer(SEGGER_STDOUT_CH, NULL, NULL, buflen, mode); #endif -#ifdef USE_SEGGER - SEGGER_RTT_ConfigUpBuffer(0, NULL, NULL, 0, SEGGER_RTT_MODE_NO_BLOCK_TRIM); -#endif - #ifdef DEBUG_PORT if (!radioConfig.preferences.serial_disabled) { consoleInit(); // Set serial baud rate and init our mesh console