SDPOWER => SDPOWER_PIN
This commit is contained in:
@ -42,8 +42,7 @@
|
||||
//
|
||||
// Misc. Functions
|
||||
//
|
||||
#undef SDPOWER
|
||||
#define SDPOWER 1
|
||||
#define SDPOWER_PIN 1
|
||||
|
||||
#define PS_ON_PIN 12
|
||||
|
||||
|
@ -103,7 +103,7 @@
|
||||
//
|
||||
// Misc. Functions
|
||||
//
|
||||
#define SDPOWER 48
|
||||
#define SDPOWER_PIN 48
|
||||
#define SDSS 53
|
||||
#define LED_PIN 13
|
||||
#define CASE_LIGHT_PIN 45 // Hardware PWM
|
||||
|
@ -215,7 +215,6 @@
|
||||
#define BEEPER_PIN 44
|
||||
|
||||
#if ENABLED(SDSUPPORT)
|
||||
#define SDPOWER -1
|
||||
#define SDSS 53
|
||||
#define SD_DETECT_PIN 49
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user