mirror of https://github.com/ARMmbed/mbed-os.git
target TT_: fix compilation errors
They define slave for spi, rtc but do not contain implementation - removing them. Fixes #11143pull/11358/head
parent
d7b5f759ae
commit
2cfea4faba
|
@ -8860,15 +8860,11 @@
|
||||||
"PORTINOUT",
|
"PORTINOUT",
|
||||||
"PORTOUT",
|
"PORTOUT",
|
||||||
"PWMOUT",
|
"PWMOUT",
|
||||||
"RTC",
|
|
||||||
"SERIAL",
|
"SERIAL",
|
||||||
"SLEEP",
|
"SLEEP",
|
||||||
"SPI",
|
"SPI",
|
||||||
"SPISLAVE",
|
|
||||||
"SPI_ASYNCH",
|
|
||||||
"I2C",
|
"I2C",
|
||||||
"I2CSLAVE",
|
"I2CSLAVE",
|
||||||
"I2C_ASYNCH",
|
|
||||||
"STDIO_MESSAGES",
|
"STDIO_MESSAGES",
|
||||||
"MPU"
|
"MPU"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue