mbed library sources. Supersedes mbed-src.

Fork of mbed-dev by mbed official

Committer:
mbed_official
Date:
Wed Nov 04 16:30:11 2015 +0000
Revision:
15:a81a8d6c1dfe
Synchronized with git revision 46af745ef4405614c3fa49abbd9a706a362ea514

Full URL: https://github.com/mbedmicro/mbed/commit/46af745ef4405614c3fa49abbd9a706a362ea514/

Renamed TARGET_SAM_CortexM0+ to TARGET_SAM_CortexM0P for compatiblity with online compiler

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 15:a81a8d6c1dfe 1 #ifndef CONF_SPI_H_INCLUDED
mbed_official 15:a81a8d6c1dfe 2 # define CONF_SPI_H_INCLUDED
mbed_official 15:a81a8d6c1dfe 3
mbed_official 15:a81a8d6c1dfe 4 # define CONF_SPI_MASTER_ENABLE true
mbed_official 15:a81a8d6c1dfe 5 # define CONF_SPI_SLAVE_ENABLE false
mbed_official 15:a81a8d6c1dfe 6 # define CONF_SPI_TIMEOUT 10000
mbed_official 15:a81a8d6c1dfe 7
mbed_official 15:a81a8d6c1dfe 8 #endif /* CONF_SPI_H_INCLUDED */
mbed_official 15:a81a8d6c1dfe 9