📝 Update conditionals descriptions

This commit is contained in:
Scott Lahteine 2022-02-13 13:12:38 -06:00 committed by Scott Lahteine
parent 341113bcfb
commit 172cd2eefb
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
/** /**
* Conditionals_adv.h * 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 #ifndef AXIS_RELATIVE_MODES

View File

@ -23,7 +23,7 @@
/** /**
* Conditionals_post.h * 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 #ifdef GITHUB_ACTIONS