From dee158431273adbdcb7a74c25073332768859cba Mon Sep 17 00:00:00 2001 From: Edvard Pettersen Date: Tue, 11 Sep 2018 17:50:11 +0200 Subject: [PATCH] Added missing button defines for sensortag/cc2650 Board --- arch/platform/simplelink/cc13xx-cc26xx/sensortag/cc2650/Board.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/platform/simplelink/cc13xx-cc26xx/sensortag/cc2650/Board.h b/arch/platform/simplelink/cc13xx-cc26xx/sensortag/cc2650/Board.h index a09723a73..e334645bb 100644 --- a/arch/platform/simplelink/cc13xx-cc26xx/sensortag/cc2650/Board.h +++ b/arch/platform/simplelink/cc13xx-cc26xx/sensortag/cc2650/Board.h @@ -97,6 +97,8 @@ extern "C" { #define Board_PIN_BUTTON0 CC2650STK_KEY_LEFT #define Board_PIN_BUTTON1 CC2650STK_KEY_RIGHT +#define Board_PIN_BTN1 CC2650STK_KEY_LEFT +#define Board_PIN_BTN2 CC2650STK_KEY_RIGHT #define Board_PIN_LED0 CC2650STK_PIN_LED0 #define Board_PIN_LED1 CC2650STK_PIN_LED1 #define Board_PIN_LED2 CC2650STK_PIN_LED1