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
The code in us_ticker.c is really complicated and has a history of unobviousbugs that don't manifest themselves for hours or even years.
It also has no tests. That is ridiculous. The important functions (especially us_ticker_set_interrupt()) should be refactored out into functions that are easier to test, and then tests should be written.
The text was updated successfully, but these errors were encountered:
The code in
us_ticker.c
is really complicated and has a history of unobvious bugs that don't manifest themselves for hours or even years.It also has no tests. That is ridiculous. The important functions (especially
us_ticker_set_interrupt()
) should be refactored out into functions that are easier to test, and then tests should be written.The text was updated successfully, but these errors were encountered: