Browse Source

Update some comments

Scott Lahteine 3 years ago
parent
commit
7807b613d5

+ 1
- 1
Marlin/src/module/settings.cpp View File

@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 23
 /**
24
- * configuration_store.cpp
24
+ * settings.cpp
25 25
  *
26 26
  * Settings and EEPROM storage
27 27
  *

+ 4
- 0
Marlin/src/module/settings.h View File

@@ -21,6 +21,10 @@
21 21
  */
22 22
 #pragma once
23 23
 
24
+//
25
+// settings.cpp - Settings and EEPROM storage
26
+//
27
+
24 28
 #include "../inc/MarlinConfig.h"
25 29
 
26 30
 #if ENABLED(EEPROM_SETTINGS)

+ 1
- 1
Marlin/src/module/temperature.cpp View File

@@ -361,7 +361,7 @@ volatile bool Temperature::raw_temps_ready = false;
361 361
 #endif
362 362
 
363 363
 #if ENABLED(PID_EXTRUSION_SCALING)
364
-  int16_t Temperature::lpq_len; // Initialized in configuration_store
364
+  int16_t Temperature::lpq_len; // Initialized in settings.cpp
365 365
 #endif
366 366
 
367 367
 #if HAS_PID_HEATING

Loading…
Cancel
Save