diff options
| author | Jean-François Milants <jf@codingfield.com> | 2022-03-17 20:22:59 (GMT) |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2022-03-21 19:53:46 (GMT) |
| commit | a8b7fbe48b4a86238f38ed0f084b277b44c428fb (patch) | |
| tree | 070b088fdff4942266a2946dcbd6e13a71b25d9d /src/components | |
| parent | cd1f218dd8710f61238307a9fa5b0d11e229bffa (diff) | |
New changes according to the review : Priority 0 for display, 1 for system, timer and ble host, and 2 for ble LL
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/ble/NimbleController.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/ble/NimbleController.cpp b/src/components/ble/NimbleController.cpp index 0be7c0f..10eb429 100644 --- a/src/components/ble/NimbleController.cpp +++ b/src/components/ble/NimbleController.cpp @@ -77,6 +77,7 @@ int GAPEventCallback(struct ble_gap_event* event, void* arg) { void NimbleController::Init() { while (!ble_hs_synced()) { + vTaskDelay(10); } nptr = this; |
