STM32F1 cleanup, incl. SoftwareSerial removal (#20046)

This commit is contained in:
Jason Smith
2020-11-06 21:51:52 -08:00
committed by GitHub
parent bdfedf249a
commit bd872d5dcf
5 changed files with 6 additions and 119 deletions

View File

@ -25,11 +25,6 @@
* Test STM32F1-specific configuration values for errors at compile-time.
*/
#if !defined(HAVE_SW_SERIAL) && HAS_TMC_SW_SERIAL
#warning "With TMC2208/9 consider using SoftwareSerialM with HAVE_SW_SERIAL and appropriate SS_TIMER."
#error "Missing SoftwareSerial implementation."
#endif
#if ENABLED(SDCARD_EEPROM_EMULATION) && DISABLED(SDSUPPORT)
#undef SDCARD_EEPROM_EMULATION // Avoid additional error noise
#if USE_FALLBACK_EEPROM