fixing trunk problems

This commit is contained in:
Jm Casler
2023-07-26 16:58:14 -07:00
committed by Thomas Göttgens
parent e9cbe54eca
commit 794948d7e4
5 changed files with 35 additions and 31 deletions

View File

@@ -31,12 +31,12 @@ static void IRAM_ATTR onTimer()
/**
* Schedules a hardware callback function to be executed after a specified delay.
*
*
* @param callback The function to be executed.
* @param param1 The first parameter to be passed to the function.
* @param param2 The second parameter to be passed to the function.
* @param delayMsec The delay time in milliseconds before the function is executed.
*
*
* @return True if the function was successfully scheduled, false otherwise.
*/
bool scheduleHWCallback(PendableFunction callback, void *param1, uint32_t param2, uint32_t delayMsec)