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 2376a58 commit 543e8c8Copy full SHA for 543e8c8
libraries/mbed/targets/hal/TARGET_NORDIC/TARGET_MCU_NRF51822/us_ticker.c
@@ -200,11 +200,6 @@ uint32_t us_ticker_read()
200
* @Note: If this function is used to setup an interrupt which is immediately
201
* pending--such as for 'now' or a time in the past,--then the callback is
202
* invoked a few ticks later.
203
- *
204
- * @suggestion: Avoid studying this code unless you're forced to. And please
205
- * don't prove me wrong--I've spent too much time trying to get this code to
206
- * behave correctly; currently it pretends to do so, and I don't want to learn
207
- * anything different unless I'm given an easy way to reproduce the problem.
208
*/
209
void us_ticker_set_interrupt(timestamp_t timestamp)
210
{
0 commit comments