Fix Printrboard with LCD (redo)

Based on #2860 - rebased for RCBugFix
This commit is contained in:
Scott Lahteine
2016-03-05 22:03:16 -08:00
parent eb85342fd9
commit 3a3d358df9
4 changed files with 34 additions and 9 deletions

View File

@ -1584,7 +1584,7 @@ void lcd_init() {
#endif//!NEWPANEL
#if ENABLED(SDSUPPORT) && PIN_EXISTS(SD_DETECT)
pinMode(SD_DETECT_PIN, INPUT);
SET_INPUT(SD_DETECT_PIN);
WRITE(SD_DETECT_PIN, HIGH);
lcd_sd_status = 2; // UNKNOWN
#endif