![]() |
nRF Connect SDK API 3.3.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. |