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 1479d07 commit 55dc1fdCopy full SHA for 55dc1fd
libraries/mbed/targets/hal/TARGET_WIZNET/TARGET_W7500x/us_ticker.c
@@ -91,7 +91,7 @@ void us_ticker_set_interrupt(timestamp_t timestamp)
91
us_ticker_init();
92
}
93
94
- dev = (int32_t)(timestamp - (us_ticker_read() + 160));
+ dev = (int32_t)(timestamp - us_ticker_read());
95
dev = dev * ((GetSystemClock() / 1000000) / 16);
96
97
if(dev <= 0)
0 commit comments