Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
ac74d8b652f602198fbcc9425029fd09caf73052
/
.
/
boards
/
arc
/
arduino_101_sss
/
board.h
blob: 31e09deb1569fdf5128a8567ca4fdfb710e70ce9 [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2015 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef
__INC_BOARD_H
#define
__INC_BOARD_H
#include
<soc.h>
#define
LED0_GPIO_PORT CONFIG_GPIO_QMSI_1_NAME
#define
LED0_GPIO_PIN
5
#endif
/* __INC_BOARD_H */