Skip to content

Commit e8cc050

Browse files
committed
📝 Update conditionals descriptions
1 parent cf013a7 commit e8cc050

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Marlin/src/inc/Conditionals_adv.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
/**
2525
* Conditionals_adv.h
26-
* Defines that depend on advanced configuration.
26+
* Conditionals set before pins.h and which depend on Configuration_adv.h.
2727
*/
2828

2929
#ifndef AXIS_RELATIVE_MODES

Marlin/src/inc/Conditionals_post.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
/**
2525
* 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.
2727
*/
2828

2929
#ifdef GITHUB_ACTIONS

0 commit comments

Comments
 (0)