1
0
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:
Benjamin Valentin 2020-04-12 21:08:46 +02:00 committed by Benjamin Valentin
parent d906d5aef8
commit 45947c0fcd

View File

@ -93,6 +93,7 @@ extern "C" {
*/
#define BTN0_PIN GPIO_PIN(2, 10)
#define BTN0_MODE GPIO_IN
#define BTN0_INT_FLANK GPIO_FALLING
/** @} */
/**