Update DOGLCD conditions

This commit is contained in:
Scott Lahteine
2019-07-14 09:29:53 -05:00
parent 39a5e3ca6e
commit d4be970c8b
3 changed files with 6 additions and 6 deletions

View File

@ -1551,7 +1551,7 @@
/**
* Make sure DOGLCD_SCK and DOGLCD_MOSI are defined.
*/
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
#ifndef DOGLCD_SCK
#define DOGLCD_SCK SCK_PIN
#endif