Fix compiler warnings
- Patched up for most included configurations
This commit is contained in:
parent
ffe0df4b36
commit
ba871e46bf
17 changed files with 381 additions and 308 deletions
|
|
@ -4,8 +4,13 @@
|
|||
|
||||
#include "pins_RAMPS_13.h"
|
||||
|
||||
#undef FAN_PIN
|
||||
#define FAN_PIN 9 // (Sprinter config)
|
||||
|
||||
#undef HEATER_1_PIN
|
||||
#define HEATER_1_PIN -1
|
||||
|
||||
#undef TEMP_0_PIN
|
||||
#undef TEMP_1_PIN
|
||||
#define TEMP_0_PIN 9 // ANALOG NUMBERING
|
||||
#define TEMP_1_PIN 11 // ANALOG NUMBERING
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue