apply latest local changes
This commit is contained in:
@@ -47,16 +47,15 @@ extern "C" {
|
||||
#include "nrf_gpio.h"
|
||||
|
||||
// LEDs definitions for PCA10056
|
||||
#define LEDS_NUMBER 2
|
||||
#define LEDS_NUMBER 1
|
||||
|
||||
#define LED_GR NRF_GPIO_PIN_MAP(0,12) //Green LED for Advertise
|
||||
#define LED_YL_TEST NRF_GPIO_PIN_MAP(0,29) // Yello LED for Function 260311
|
||||
|
||||
#define LEDS_ACTIVE_STATE 0
|
||||
#define LEDS_LIST { LED_GR, LED_YL_TEST }
|
||||
#define LEDS_LIST { LED_GR }
|
||||
#define LEDS_INV_MASK LEDS_MASK
|
||||
#define BSP_LED_0 LED_GR
|
||||
#define BSP_LED_1 LED_YL_TEST // 260311
|
||||
|
||||
#define BUTTONS_NUMBER 3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user