This commit is contained in:
2026-07-19 16:05:07 -05:00
parent 0d761b048f
commit 59d038efc2
9 changed files with 318 additions and 18 deletions
+1
View File
@@ -445,6 +445,7 @@ int32_t SSegController::get_module_time() {
return module_time.load(std::memory_order_acquire);
}
// TODO: take timeout to these functions \/
void SSegController::flush() {
xEventGroupWaitBits(ssegs_event_group, EVENT_CMDS_FLUSHED, pdFALSE, pdTRUE, portMAX_DELAY);
}