Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion source/bluetooth/MicroBitBLETypes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ DEALINGS IN THE SOFTWARE.

#include "nrf_log_ctrl.h"

using namespace codal;
namespace codal
{

#if ( MICROBIT_DMESG_LEVEL >= MICROBIT_DMESG_LEVEL_DEBUG)
microbit_ble_ret_code_t microbit_ble_on_error( microbit_ble_ret_code_t err, const char *msg)
Expand All @@ -46,4 +47,6 @@ microbit_ble_ret_code_t microbit_ble_on_error( microbit_ble_ret_code_t err, cons
}
#endif

} // namespace codal

#endif // CONFIG_ENABLED(DEVICE_BLE)
Loading