1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 10:12:45 +01:00

boards/esp32-heltec-lora-v2: define BTN0_INT_FLANK

This commit is contained in:
Gunar Schorcht 2020-03-29 11:59:17 +02:00
parent be8e1170bc
commit 0c4fb6c092

View File

@ -55,6 +55,13 @@
*/
#define BTN0_MODE GPIO_IN
/**
* @brief Default interrupt flank definition for the button GPIO
*/
#ifndef BTN0_INT_FLANK
#define BTN0_INT_FLANK GPIO_FALLING
#endif
/**
* @brief Definition for compatibility with previous versions
*/