From 7600d5bc6e9662b2a6e0f8f8ceba63809632b30a Mon Sep 17 00:00:00 2001 From: Thomas Osterried Date: Fri, 17 Feb 2023 23:01:47 +0100 Subject: [PATCH] fix: wrong datatype Signed-off-by: Thomas Osterried --- src/taskTNC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/taskTNC.cpp b/src/taskTNC.cpp index 4fc9f86..511c50e 100644 --- a/src/taskTNC.cpp +++ b/src/taskTNC.cpp @@ -3,7 +3,7 @@ extern boolean enable_bluetooth; -extern boolean usb_serial_data_type; +extern uint8_t usb_serial_data_type; #ifdef ENABLE_BLUETOOTH BluetoothSerial SerialBT;