eive-obsw/bsp_q7s/boardconfig/busConf.h
IRS Cleanroom Laptop aa248b7997
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
new busConf file, cleaning up
2021-08-17 17:11:59 +02:00

15 lines
262 B
C++

#ifndef BSP_Q7S_BOARDCONFIG_BUSCONF_H_
#define BSP_Q7S_BOARDCONFIG_BUSCONF_H_
namespace q7s {
static constexpr char SPI_DEFAULT_FILE[] = "dev/spidev2.0";
static constexpr char SPI_RW_FILE[] = "dev/spidev3.0";
}
#endif /* BSP_Q7S_BOARDCONFIG_BUSCONF_H_ */