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/DuetM/Pins_DuetM.h')
-rw-r--r--src/DuetM/Pins_DuetM.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/DuetM/Pins_DuetM.h b/src/DuetM/Pins_DuetM.h
index eb5318b9..3b6e402b 100644
--- a/src/DuetM/Pins_DuetM.h
+++ b/src/DuetM/Pins_DuetM.h
@@ -15,7 +15,6 @@
#define FIRMWARE_NAME "RepRapFirmware for Duet 2 Maestro"
#define DEFAULT_BOARD_TYPE BoardType::DuetM_10
-constexpr size_t NumFirmwareUpdateModules = 5; // 0 = mainboard, 4 = PanelDue, values in between unused
#define IAP_FIRMWARE_FILE "DuetMaestroFirmware.bin"
#define IAP_UPDATE_FILE "Duet2_SDiap32_Maestro.bin"
constexpr uint32_t IAP_IMAGE_START = 0x20018000;