New changes according to the review : Priority 0 for display, 1 for system, timer and ble host, and 2 for ble LL

This commit is contained in:
Jean-François Milants
2022-03-17 21:22:59 +01:00
committed by JF
parent cd1f218dd8
commit a8b7fbe48b
3 changed files with 4 additions and 3 deletions

View File

@@ -77,6 +77,7 @@ int GAPEventCallback(struct ble_gap_event* event, void* arg) {
void NimbleController::Init() {
while (!ble_hs_synced()) {
vTaskDelay(10);
}
nptr = this;