Skip to content

Commit 629718b

Browse files
committed
Remove requirements for ticker free function
1 parent 20f3d87 commit 629718b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hal/us_ticker_api.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ extern "C" {
7373
* Verified by ::ticker_fire_now_test
7474
* * The ticker operations ticker_read, ticker_clear_interrupt, ticker_set_interrupt and ticker_fire_interrupt
7575
* take less than 20us to complete - Verified by ::ticker_speed_test
76-
* * The function ticker_free disables the ticker interrupt - ::ticker_free_interrupt_test
77-
* * The function ticker_init re-initializes ticker after has been disabled by means of ticker_free - Verified by ::ticker_init_free_test
7876
*
7977
* # Undefined behavior
8078
* * Calling any function other than ticker_init before the initialization of the ticker

0 commit comments

Comments
 (0)