Browse Source

Marlin code whitespace cleanup

pull/1/head
Scott Lahteine 7 years ago
parent
commit
dff2904c0f
  1. 4
      Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h

4
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h

@ -1393,8 +1393,8 @@
#define MAX7219_DEBUG #define MAX7219_DEBUG
#if ENABLED(MAX7219_DEBUG) #if ENABLED(MAX7219_DEBUG)
#define MAX7219_CLK_PIN 64 // 77 on Re-ARM // Configuration of the 3 pins to control the display #define MAX7219_CLK_PIN 64 // 77 on Re-ARM // Configuration of the 3 pins to control the display
#define MAX7219_DIN_PIN 57 // 78 on Re-ARM #define MAX7219_DIN_PIN 57 // 78 on Re-ARM
#define MAX7219_LOAD_PIN 44 // 79 on Re-ARM #define MAX7219_LOAD_PIN 44 // 79 on Re-ARM
/** /**
* Sample debug features * Sample debug features

Loading…
Cancel
Save