You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title says, us_ticker_read() should probably return timestamp_t return value.
/** Read the current counter
*
* @return The current timer's counter value in microseconds
*/
uint32_t us_ticker_read(void);
/** Set interrupt for specified timestamp
*
* @param timestamp The time in microseconds to be set
*/
void us_ticker_set_interrupt(timestamp_t timestamp);
The text was updated successfully, but these errors were encountered:
As the title says, us_ticker_read() should probably return timestamp_t return value.
The text was updated successfully, but these errors were encountered: