Skip to content
Snippets Groups Projects
Commit 4944aa48 authored by schneider's avatar schneider
Browse files

fix(ble): Update to changes from new SDK

parent dcd73ce8
No related branches found
No related tags found
1 merge request!397Update SDK to 0.2.1-12
......@@ -8,6 +8,8 @@
#include "max86150.h"
#include "MAX77650-Arduino-Library.h"
#include "bb_drv.h"
#include "max32665.h"
#include "mxc_sys.h"
#include "mxc_pins.h"
......@@ -188,6 +190,7 @@ void sleep_deepsleep(void)
core1_stop();
MAX77650_getINT_GLBL();
gpio_low_power();
BbDrvDisable();
turnOffClocks();
old_clkcn = MXC_GCR->clkcn;
switchToHIRC();
......
......@@ -427,6 +427,7 @@ ble_compileargs = [
'-DINIT_PERIPHERAL',
'-DINIT_ENCRYPTED',
'-DINIT_OBSERVER',
'-DINIT_PHY',
]
if get_option('ble_trace')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment