Added missing LED define in sensortag/cc1350 Board

This commit is contained in:
Edvard Pettersen 2018-09-11 16:45:21 +02:00
parent 86232c86f9
commit 84384d5efc
1 changed files with 2 additions and 0 deletions

View File

@ -97,6 +97,8 @@ extern "C" {
#define Board_PIN_BUTTON0 CC1350STK_KEY_LEFT
#define Board_PIN_BUTTON1 CC1350STK_KEY_RIGHT
#define Board_PIN_BTN1 CC1350STK_KEY_LEFT
#define Board_PIN_BTN2 CC1350STK_KEY_RIGHT
#define Board_PIN_LED0 CC1350STK_PIN_LED1
#define Board_PIN_LED1 CC1350STK_PIN_LED1
#define Board_PIN_LED2 CC1350STK_PIN_LED1