mirror of https://github.com/ARMmbed/mbed-os.git
Updated code to remove float symbols
parent
cd4ee72979
commit
5bc3aa18c0
|
@ -48,11 +48,13 @@ static const PinMap PinMap_SPI_SLAVE_SCLK[] = {
|
||||||
static const PinMap PinMap_SPI_SSEL[] = {
|
static const PinMap PinMap_SPI_SSEL[] = {
|
||||||
{PA1, SPI_0, PIN_DATA(1, 1)},
|
{PA1, SPI_0, PIN_DATA(1, 1)},
|
||||||
{PG1, SPI_1, PIN_DATA(1, 1)},
|
{PG1, SPI_1, PIN_DATA(1, 1)},
|
||||||
|
{NC, NC, 0}
|
||||||
};
|
};
|
||||||
|
|
||||||
static const PinMap PinMap_SPI_SLAVE_SSEL[] = {
|
static const PinMap PinMap_SPI_SLAVE_SSEL[] = {
|
||||||
{PA0, SPI_0, PIN_DATA(1, 0)},
|
{PA0, SPI_0, PIN_DATA(1, 0)},
|
||||||
{PG3, SPI_1, PIN_DATA(1, 0)},
|
{PG3, SPI_1, PIN_DATA(1, 0)},
|
||||||
|
{NC, NC, 0}
|
||||||
};
|
};
|
||||||
|
|
||||||
void spi_init(spi_t *obj, PinName mosi, PinName miso, PinName sclk, PinName ssel)
|
void spi_init(spi_t *obj, PinName mosi, PinName miso, PinName sclk, PinName ssel)
|
||||||
|
|
|
@ -8953,7 +8953,6 @@
|
||||||
"extra_labels": ["TOSHIBA"],
|
"extra_labels": ["TOSHIBA"],
|
||||||
"macros": ["__TMPM4KN__"],
|
"macros": ["__TMPM4KN__"],
|
||||||
"supported_toolchains": ["GCC_ARM","ARMC6"],
|
"supported_toolchains": ["GCC_ARM","ARMC6"],
|
||||||
"printf_lib": "std",
|
|
||||||
"device_has": [
|
"device_has": [
|
||||||
"ANALOGIN",
|
"ANALOGIN",
|
||||||
"INTERRUPTIN",
|
"INTERRUPTIN",
|
||||||
|
|
Loading…
Reference in New Issue