Newer
Older
mbed-os / hal / targets / hal / TARGET_Atmel / TARGET_SAM_CortexM0P / config / TARGET_SAMR21 / conf_spi.h
@Mihail Stoyanov Mihail Stoyanov on 23 May 2016 222 bytes Simplify layout:
#ifndef CONF_SPI_H_INCLUDED
#  define CONF_SPI_H_INCLUDED

#  define CONF_SPI_MASTER_ENABLE     true
#  define CONF_SPI_SLAVE_ENABLE      false
#  define CONF_SPI_TIMEOUT           10000

#endif /* CONF_SPI_H_INCLUDED */