fix: wrong datatype

Signed-off-by: Thomas Osterried <dl9sau@darc.de>
pull/8/head
Thomas Osterried 2023-02-17 23:01:47 +01:00
rodzic cb78bf522b
commit 7600d5bc6e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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;