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",
|
||||
"PORTOUT",
|
||||
"PWMOUT",
|
||||
"RTC",
|
||||
"SERIAL",
|
||||
"SLEEP",
|
||||
"SPI",
|
||||
"SPISLAVE",
|
||||
"SPI_ASYNCH",
|
||||
"I2C",
|
||||
"I2CSLAVE",
|
||||
"I2C_ASYNCH",
|
||||
"STDIO_MESSAGES",
|
||||
"MPU"
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue