Skip to content

Commit

Permalink
MISO is an input
Browse files Browse the repository at this point in the history
  • Loading branch information
AnHardt committed Aug 8, 2016
1 parent 67c4acf commit aa9b52b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Marlin/temperature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,8 @@ void Temperature::init() {
#if DISABLED(SDSUPPORT)
OUT_WRITE(SCK_PIN, LOW);
OUT_WRITE(MOSI_PIN, HIGH);
OUT_WRITE(MISO_PIN, HIGH);
SET_INPUT(MISO_PIN);
WRITE(MISO_PIN,1);
#else
OUT_WRITE(SS_PIN, HIGH);
#endif
Expand Down

0 comments on commit aa9b52b

Please sign in to comment.