Browse Source

📝 Update conditionals descriptions

Scott Lahteine 3 years ago
parent
commit
e8cc050e90
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      Marlin/src/inc/Conditionals_adv.h
  2. 1
    1
      Marlin/src/inc/Conditionals_post.h

+ 1
- 1
Marlin/src/inc/Conditionals_adv.h View File

@@ -23,7 +23,7 @@
23 23
 
24 24
 /**
25 25
  * Conditionals_adv.h
26
- * Defines that depend on advanced configuration.
26
+ * Conditionals set before pins.h and which depend on Configuration_adv.h.
27 27
  */
28 28
 
29 29
 #ifndef AXIS_RELATIVE_MODES

+ 1
- 1
Marlin/src/inc/Conditionals_post.h View File

@@ -23,7 +23,7 @@
23 23
 
24 24
 /**
25 25
  * Conditionals_post.h
26
- * Defines that depend on configuration but are not editable.
26
+ * Internal defines that depend on Configurations and Pins but are not user-editable.
27 27
  */
28 28
 
29 29
 #ifdef GITHUB_ACTIONS

Loading…
Cancel
Save