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>2022-08-13 19:01:09 +0300
committerDavid Crocker <dcrocker@eschertech.com>2022-08-13 19:01:09 +0300
commite36f6f9a1f846653110fad9f0b9a5b321935eac2 (patch)
tree47040bc9c71361b5152910d4e3842ae82a2ee621
parent823f8420e32cedcf8d1e86f9952b49eceb553212 (diff)
Corrected a comment
-rw-r--r--src/Hardware/NonVolatileMemory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Hardware/NonVolatileMemory.h b/src/Hardware/NonVolatileMemory.h
index d5175bbb..560d4981 100644
--- a/src/Hardware/NonVolatileMemory.h
+++ b/src/Hardware/NonVolatileMemory.h
@@ -39,8 +39,8 @@ private:
struct NVM
{
uint16_t magic;
- uint8_t thermistorLowCalibration[MaxCalibratedThermistors]; // currently used only by SAME70-based boards
- uint8_t thermistorHighCalibration[MaxCalibratedThermistors]; // currently used only by SAME70-based boards
+ uint8_t thermistorLowCalibration[MaxCalibratedThermistors];
+ uint8_t thermistorHighCalibration[MaxCalibratedThermistors];
uint8_t spare[38];
// 56 bytes up to here
SoftwareResetData resetData[NumberOfResetDataSlots]; // 3 slots of 152 bytes each