From 13459857a5181d3f2d9f030f10199bc5216c7a96 Mon Sep 17 00:00:00 2001 From: Joe Finney Date: Fri, 6 Jul 2018 04:28:13 +0100 Subject: [PATCH] Disable DEBUG, pending beta release --- inc/core/MicroBitConfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/core/MicroBitConfig.h b/inc/core/MicroBitConfig.h index bce606d..783ccd0 100644 --- a/inc/core/MicroBitConfig.h +++ b/inc/core/MicroBitConfig.h @@ -196,7 +196,7 @@ extern uint32_t __etext; // Enable/Disable BLE during normal operation. // Set '1' to enable. #ifndef MICROBIT_BLE_ENABLED -#define MICROBIT_BLE_ENABLED 0 +#define MICROBIT_BLE_ENABLED 1 #endif // Enable/Disable BLE pairing mode mode at power up. @@ -416,7 +416,7 @@ extern uint32_t __etext; // n.b. This also disables the user serial port 'uBit.serial'. // Set '1' to enable. #ifndef MICROBIT_DBG -#define MICROBIT_DBG 1 +#define MICROBIT_DBG 0 #endif // Enable this to receive diagnostic messages from the heap allocator via the USB serial interface.