We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e24e8f commit f52da48Copy full SHA for f52da48
drivers/TimerEvent.cpp
@@ -45,7 +45,7 @@ void TimerEvent::insert(timestamp_t timestamp) {
45
}
46
47
void TimerEvent::insert_absolute(us_timestamp_t timestamp) {
48
- ticker_insert_event(_ticker_data, &event, timestamp, (uint32_t)this);
+ ticker_insert_event_us(_ticker_data, &event, timestamp, (uint32_t)this);
49
50
51
void TimerEvent::remove() {
0 commit comments