Pulled in the latest SystemK (with BLE v0.12) #5

Merged
Joe merged 14 commits from BLE_Protocol_v0.12 into main 2025-09-01 18:05:45 +00:00
3 changed files with 3 additions and 2 deletions
Showing only changes of commit da96046eda - Show all commits

View file

@ -330,7 +330,7 @@ SystemKResult_T BLE_StopAdvertising(void)
static void Unquiet_Timer_Callback(TimerHandle_t xTimer)
{
KLOG_INFO(TAG, "Unquiet timer expired after %lu ms.", (xTimerGetPeriod(xTimer) / portTICK_PERIOD_MS));
KLOG_INFO(TAG, "Quiet time expired after %lu ms.", (xTimerGetPeriod(xTimer) * portTICK_PERIOD_MS));
BLE_Unquiet();
}

@ -1 +1 @@
Subproject commit c514219ccc3978fa27bb7925a85ce826c37e6e63
Subproject commit 1a27af361debcf8e62017f406379f3561e4b2a6e

File diff suppressed because one or more lines are too long