Public fork of mbed-src to add generic stm32f030k6 target

Fork of mbed-src by mbed official

Committer:
ersatzavian
Date:
Tue Jul 21 14:09:45 2015 -0700
Revision:
596:d25a30803853
Parent:
592:a274ee790e56
added missing bracket probably I hope

Who changed what in which revision?

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