nrf52840 example work with boot keyboard

This commit is contained in:
hathach
2018-07-24 00:10:22 +07:00
parent 5f6cd49031
commit 546f2a1165
3 changed files with 88 additions and 32 deletions

View File

@@ -150,7 +150,6 @@ static inline void board_led_off(uint32_t led_id)
board_led_control(led_id, false);
}
/** \brief Get the current state of the buttons on the board
* \return Bitmask where a '1' means active (pressed), a '0' means inactive.
*/