1
0
forked from me/IronOS

Update FreeRTOS

This commit is contained in:
Ben V. Brown
2022-10-22 10:57:56 +11:00
parent 6c69c2e241
commit d5f33814aa
33 changed files with 20339 additions and 16800 deletions

View File

@@ -61,12 +61,12 @@ void ble_stack_start(void)
GLB_Set_EM_Sel(GLB_EM_8KB);
ble_controller_init(configMAX_PRIORITIES - 1);
// Initialize BLE Host stack
MSG("[OS] hci_driver_init...\r\n");
hci_driver_init();
// // Initialize BLE Host stack
// MSG("[OS] hci_driver_init...\r\n");
// hci_driver_init();
MSG("[OS] bt_enable...\r\n");
bt_enable(bt_enable_cb);
// MSG("[OS] bt_enable...\r\n");
// bt_enable(bt_enable_cb);
}