mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/mcb2388: define flank of the on-board button
Define the button flank for tests that use this define.
This commit is contained in:
parent
d906d5aef8
commit
45947c0fcd
@ -93,6 +93,7 @@ extern "C" {
|
||||
*/
|
||||
#define BTN0_PIN GPIO_PIN(2, 10)
|
||||
#define BTN0_MODE GPIO_IN
|
||||
#define BTN0_INT_FLANK GPIO_FALLING
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user