Public fork of mbed-src to add generic stm32f030k6 target

Fork of mbed-src by mbed official

targets/hal/TARGET_Atmel/config/conf_spi.h

Committer:
ersatzavian
Date:
2015-07-21
Revision:
596:d25a30803853
Parent:
592:a274ee790e56

File content as of revision 596:d25a30803853:

#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 */