Fysetc panel, RUMBA and ReARM pins, SPI mode 3 (#13900)

This commit is contained in:
Bob Kuhn
2019-05-04 17:59:36 -05:00
committed by Scott Lahteine
parent 3cad0f08d9
commit c48e6be366
14 changed files with 549 additions and 16 deletions

View File

@@ -66,7 +66,7 @@ void spiBegin (void) {
}
#if DISABLED(SOFTWARE_SPI)
#if DISABLED(SOFTWARE_SPI, FORCE_SOFT_SPI)
//------------------------------------------------------------------------------
// Hardware SPI
@@ -264,6 +264,6 @@ void spiBegin (void) {
spiSend(buf[i]);
}
#endif // SOFTWARE_SPI
#endif // SOFTWARE_SPI, FORCE_SOFT_SPI
#endif // __AVR__