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
I noticed the 'DK' board implementation uptime function is broken and the uptime runs in double time. This is caused by the overflow interrupt being triggered twice. Here's a proposed patch that fixes it for me:
I noticed the 'DK' board implementation uptime function is broken and the uptime runs in double time. This is caused by the overflow interrupt being triggered twice. Here's a proposed patch that fixes it for me:
old handler:
my replacement code (that checks whether the overflow bit is set):
The text was updated successfully, but these errors were encountered: