Skip to content

Commit

Permalink
📝 Update conditionals descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Feb 13, 2022
1 parent cf013a7 commit e8cc050
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 e8cc050

Please sign in to comment.