Skip to content

Commit

Permalink
📝 Update conditionals descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead authored and Omkar Dhekne committed Mar 25, 2024
1 parent 6ff4204 commit 87c196f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Marlin/src/inc/Conditionals_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

/**
* Conditionals_adv.h
* Defines that depend on advanced configuration.
* Conditionals set before pins.h and which depend on Configuration_adv.h.
*/

#ifndef AXIS_RELATIVE_MODES
Expand Down
2 changes: 1 addition & 1 deletion Marlin/src/inc/Conditionals_post.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

/**
* Conditionals_post.h
* Defines that depend on configuration but are not editable.
* Internal defines that depend on Configurations and Pins but are not user-editable.
*/

#ifdef GITHUB_ACTIONS
Expand Down

0 comments on commit 87c196f

Please sign in to comment.