mbed library sources

Fork of mbed-src by mbed official

targets/hal/TARGET_Atmel/config/conf_spi.h

Committer:
mbed_official
Date:
2015-07-17
Revision:
592:a274ee790e56
Parent:
579:53297373a894

File content as of revision 592:a274ee790e56:

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