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:
Diffstat (limited to 'src/DuetNG/Pins_DuetNG.h')
-rw-r--r--src/DuetNG/Pins_DuetNG.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/DuetNG/Pins_DuetNG.h b/src/DuetNG/Pins_DuetNG.h
index ff675125..34d10abb 100644
--- a/src/DuetNG/Pins_DuetNG.h
+++ b/src/DuetNG/Pins_DuetNG.h
@@ -20,8 +20,6 @@
#define IAP_FIRMWARE_FILE "Duet2Firmware_SBC.bin"
#define IAP_UPDATE_FILE_SBC "Duet2_SBCiap32_SBC.bin"
-constexpr size_t NumFirmwareUpdateModules = 5; // 0 = mainboard, 4 = PanelDue, values in between unused
-
#else
#define FIRMWARE_NAME "RepRapFirmware for Duet 2 WiFi/Ethernet"
@@ -30,8 +28,6 @@ constexpr size_t NumFirmwareUpdateModules = 5; // 0 = mainboard, 4 = PanelDue,
#define IAP_UPDATE_FILE "Duet2_SDiap32_WiFiEth.bin" // using the same IAP file for both Duet WiFi and Duet Ethernet
#define WIFI_FIRMWARE_FILE "DuetWiFiServer.bin"
-constexpr size_t NumFirmwareUpdateModules = 5; // 4 modules, plus one for manual upload to WiFi module (module 2 is now unused)
-
#endif
constexpr uint32_t IAP_IMAGE_START = 0x20018000; // IAP is loaded into the last 32kb of RAM