1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

board, cc2650stk: fix button gpio config

This commit is contained in:
smlng 2017-07-10 15:07:26 +02:00
parent d014af8fa8
commit c783f00e9d

View File

@ -40,9 +40,9 @@ extern "C" {
* @{
*/
#define BTN0_PIN GPIO_PIN(0, 4)
#define BTN0_MODE GPIO_IN
#define BTN0_MODE GPIO_IN_PU
#define BTN1_PIN GPIO_PIN(0, 0)
#define BTN1_MODE GPIO_IN
#define BTN1_MODE GPIO_IN_PU
/** @} */
/**