fix typo
This commit is contained in:
parent
ce18b6d465
commit
a2711624df
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ IRAM_ATTR inline uint32_t _PM_timerGetCount(Protomatter_core *core) {
|
||||||
uint64_t value;
|
uint64_t value;
|
||||||
timer_index_t *timer = (timer_index_t*)core->timer;
|
timer_index_t *timer = (timer_index_t*)core->timer;
|
||||||
timer_get_counter_value(timer->group, timer->idx,&value);
|
timer_get_counter_value(timer->group, timer->idx,&value);
|
||||||
retur (uint32_t)value;
|
return (uint32_t)value;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // END CIRCUITPYTHON ------------------------------------------------
|
#endif // END CIRCUITPYTHON ------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue