Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2021-08-26 11:21:56 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-08-26 11:21:56 +0300
commit7b470f4af01019dc0bb3b4dce6843310ab36d38e (patch)
tree87caa68b8eb9214c6be040361e0444f031a9a088 /src/DuetNG
parenta10282cfaa62b225ce9f96291459ee87d690334d (diff)
Refactored PS_ON handling
Diffstat (limited to 'src/DuetNG')
-rw-r--r--src/DuetNG/Pins_DuetNG.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/DuetNG/Pins_DuetNG.h b/src/DuetNG/Pins_DuetNG.h
index 6bd42d79..579def4a 100644
--- a/src/DuetNG/Pins_DuetNG.h
+++ b/src/DuetNG/Pins_DuetNG.h
@@ -61,6 +61,7 @@ constexpr uint32_t IAP_IMAGE_START = 0x20018000; // IAP is loaded into the last
#define HAS_VOLTAGE_MONITOR 1
#define ENFORCE_MAX_VIN 1
#define HAS_VREF_MONITOR 0
+#define HAS_DEFAULT_PSON_PIN 1
#define ACTIVE_LOW_HEAT_ON 1
#define SUPPORT_INKJET 0 // set nonzero to support inkjet control
@@ -208,9 +209,6 @@ constexpr float DefaultThermistorSeriesR = 4700.0;
constexpr Pin SpiTempSensorCsPins[] =
{ PortBPin(2), PortCPin(18), PortCPin(19), PortCPin(20), PortAPin(24), PortEPin(1), PortEPin(2), PortEPin(3) }; // SPI0_CS1, SPI0_CS2, CS3, CS4, CS5, CS6, CS7, CS8
-// Pin that controls the ATX power on/off
-constexpr Pin ATX_POWER_PIN = PortDPin(15);
-
// Analogue pin numbers
constexpr Pin PowerMonitorVinDetectPin = PortCPin(4); // AFE1_AD7/PC4 Vin monitor
#if 0 // the 5V regulator input monitor pin has never been used and may be removed on future PCB revisions