🧑‍💻 Change HAL_PATH macro for easier HAL relocation (#25743)

This commit is contained in:
Scott Lahteine
2023-04-26 14:29:21 -05:00
committed by GitHub
parent 1771d7ab64
commit d364babbc0
15 changed files with 36 additions and 35 deletions

View File

@@ -3985,7 +3985,7 @@ void Stepper::report_positions() {
#else // PRINTRBOARD_G2
#include HAL_PATH(../HAL, fastio/G2_PWM.h)
#include HAL_PATH(.., fastio/G2_PWM.h)
#endif