nRF Connect SDK API 2.8.99
|
int dk_button_handler_remove | ( | struct button_handler * | handler | ) |
#include <include/dk_buttons_and_leds.h>
Remove a dynamic button handler callback.
[in] | handler | Handler to remove. |
0 | Successfully removed the handler. |
-ENOENT | This button handler was not present. |