Skip to content

Commit 5bc3aa1

Browse files
Deepak V. ShreshtiDeepak V. Shreshti
authored andcommitted
Updated code to remove float symbols
1 parent cd4ee72 commit 5bc3aa1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

targets/TARGET_TOSHIBA/TARGET_TMPM4KN/spi_api.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,13 @@ static const PinMap PinMap_SPI_SLAVE_SCLK[] = {
4848
static const PinMap PinMap_SPI_SSEL[] = {
4949
{PA1, SPI_0, PIN_DATA(1, 1)},
5050
{PG1, SPI_1, PIN_DATA(1, 1)},
51+
{NC, NC, 0}
5152
};
5253

5354
static const PinMap PinMap_SPI_SLAVE_SSEL[] = {
5455
{PA0, SPI_0, PIN_DATA(1, 0)},
5556
{PG3, SPI_1, PIN_DATA(1, 0)},
57+
{NC, NC, 0}
5658
};
5759

5860
void spi_init(spi_t *obj, PinName mosi, PinName miso, PinName sclk, PinName ssel)

targets/targets.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8953,7 +8953,6 @@
89538953
"extra_labels": ["TOSHIBA"],
89548954
"macros": ["__TMPM4KN__"],
89558955
"supported_toolchains": ["GCC_ARM","ARMC6"],
8956-
"printf_lib": "std",
89578956
"device_has": [
89588957
"ANALOGIN",
89598958
"INTERRUPTIN",

0 commit comments

Comments
 (0)