Remove requirements for ticker free function

pull/7741/head
Przemyslaw Stekiel 2018-08-14 08:08:11 +02:00
parent 20f3d87283
commit 629718bc7f
1 changed files with 0 additions and 2 deletions

View File

@ -73,8 +73,6 @@ extern "C" {
* Verified by ::ticker_fire_now_test
* * The ticker operations ticker_read, ticker_clear_interrupt, ticker_set_interrupt and ticker_fire_interrupt
* take less than 20us to complete - Verified by ::ticker_speed_test
* * The function ticker_free disables the ticker interrupt - ::ticker_free_interrupt_test
* * The function ticker_init re-initializes ticker after has been disabled by means of ticker_free - Verified by ::ticker_init_free_test
*
* # Undefined behavior
* * Calling any function other than ticker_init before the initialization of the ticker