Skip to content

Commit 8fa0498

Browse files
committed
disabling BLE again after release
1 parent c3b060b commit 8fa0498

File tree

1 file changed

+1
-1
lines changed
  • LogAndStream/shimmer3_common_source/Bluetooth_SD

1 file changed

+1
-1
lines changed

LogAndStream/shimmer3_common_source/Bluetooth_SD/RN4X.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/* Utilsed while harmonising LogAndStream and SDLog code bases. This separates the code that is implemented in one FW and not the other. */
77
#define FW_IS_LOGANDSTREAM 1
88
/* Enables BLE if FW is LogAndStream and the RN4678 is detected */
9-
#define BT_ENABLE_BLE_FOR_LOGANDSTREAM_AND_RN4678 1
9+
#define BT_ENABLE_BLE_FOR_LOGANDSTREAM_AND_RN4678 0
1010

1111
/********** Defines created when testing Bluetooth driver - Start ***********/
1212
/* This toggles the CTS pin whenever the DMA interrupt is being processed to tell the BT module to stop sending bytes while the MCU is not in a position to recieve them */

0 commit comments

Comments
 (0)