Skip to content

Commit

Permalink
Added a default for SOFTDEVICE_PRESENT to enabled, to preserve existi…
Browse files Browse the repository at this point in the history
…ng behaviour
  • Loading branch information
JohnVidler committed Sep 23, 2022
1 parent 79ced4e commit f252952
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions inc/MicroBitConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -273,4 +273,12 @@ extern uint32_t __data_end__;
#define MICROBIT_USB_SERIAL_WAKE 0
#endif

// Include the softdevice binary, bootloader and associated components into the build.
// This is required for bluetooth to operate, see DEVICE_BLE
//
// Set to '0' to disable
#ifndef SOFTDEVICE_PRESENT
#define SOFTDEVICE_PRESENT 1
#endig

#endif

0 comments on commit f252952

Please sign in to comment.