blob: f616eaadc72e3518e0bf46e663f7c922de7cf0e0 [file] [log] [blame]
/*
* Copyright (c) 2016 Linaro Limited.
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef __INC_BOARD_H
#define __INC_BOARD_H
#include <soc.h>
/* Onboard LED P0_19 */
#define LED0_GPIO_PIN 19
#define LED0_GPIO_PORT CONFIG_GPIO_NRF5_P0_DEV_NAME
#endif /* __INC_BOARD_H */