Skip to content

Commit 543e8c8

Browse files
author
Rohit Grover
committed
remove un-necessary comment block.
1 parent 2376a58 commit 543e8c8

File tree

1 file changed

+0
-5
lines changed
  • libraries/mbed/targets/hal/TARGET_NORDIC/TARGET_MCU_NRF51822

1 file changed

+0
-5
lines changed

libraries/mbed/targets/hal/TARGET_NORDIC/TARGET_MCU_NRF51822/us_ticker.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -200,11 +200,6 @@ uint32_t us_ticker_read()
200200
* @Note: If this function is used to setup an interrupt which is immediately
201201
* pending--such as for 'now' or a time in the past,--then the callback is
202202
* 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.
208203
*/
209204
void us_ticker_set_interrupt(timestamp_t timestamp)
210205
{

0 commit comments

Comments
 (0)