FreeRTOS type updates.
This commit is contained in:
parent
e2e6f35288
commit
986ea38a15
53 changed files with 151 additions and 148 deletions
|
|
@ -60,7 +60,7 @@ void sdk_os_timer_setfn(ETSTimer *ptimer, ETSTimerFunc *pfunction, void *parg) {
|
|||
*tailptr = new_entry;
|
||||
}
|
||||
|
||||
static void timer_tramp(xTimerHandle xTimer)
|
||||
static void timer_tramp(TimerHandle_t xTimer)
|
||||
{
|
||||
ETSTimer *ptimer = pvTimerGetTimerID(xTimer);
|
||||
ptimer->timer_func(ptimer->timer_arg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue