remove un-necessary comment block.

pull/932/head
Rohit Grover 2015-03-17 10:07:14 +00:00
parent 2376a58193
commit 543e8c89d0
1 changed files with 0 additions and 5 deletions

View File

@ -200,11 +200,6 @@ uint32_t us_ticker_read()
* @Note: If this function is used to setup an interrupt which is immediately * @Note: If this function is used to setup an interrupt which is immediately
* pending--such as for 'now' or a time in the past,--then the callback is * pending--such as for 'now' or a time in the past,--then the callback is
* invoked a few ticks later. * invoked a few ticks later.
*
* @suggestion: Avoid studying this code unless you're forced to. And please
* don't prove me wrong--I've spent too much time trying to get this code to
* behave correctly; currently it pretends to do so, and I don't want to learn
* anything different unless I'm given an easy way to reproduce the problem.
*/ */
void us_ticker_set_interrupt(timestamp_t timestamp) void us_ticker_set_interrupt(timestamp_t timestamp)
{ {