Skip to content

Commit

Permalink
Change M7219 I to setup Max7219 registers, but not do initialization …
Browse files Browse the repository at this point in the history
…pattern
  • Loading branch information
Roxy-3D authored Aug 13, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 02381d6 commit e518533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/Marlin_main.cpp
Original file line number Diff line number Diff line change
@@ -10915,7 +10915,7 @@ inline void gcode_M502() {
inline void gcode_M7219() {
if (parser.seen('I')) {
Max7219_Clear();
Max7219_init();
Max7219_register_setup();
}

if (parser.seen('F'))

0 comments on commit e518533

Please sign in to comment.