Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
847b7ccbcc72cd4d160d79a6bdf9483d292013e1
/
.
/
boards
/
arm
/
sam_e70_xplained
/
board.h
blob: 2c6416dc8600c5cc002c8df7df31e4a778d1b89f [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2018 Justin Watson
* Copyright (c) 2016 Piotr Mienkowski
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef
_INC_BOARD_H_
#define
_INC_BOARD_H_
#include
<soc.h>
#define
PINS_SPI0_CS
{
PIN_SPI0_CS3_PD27
}
#endif
/* _INC_BOARD_H_ */