Updated code to remove float symbols

pull/15194/head
Deepak V. Shreshti 2021-12-23 19:18:01 +05:30
parent cd4ee72979
commit 5bc3aa18c0
2 changed files with 2 additions and 1 deletions

View File

@ -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)

View File

@ -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",