Skip to content

Commit

Permalink
Update esp3dlib_config.h
Browse files Browse the repository at this point in the history
Remove more unwished spaces due to CLang-format
  • Loading branch information
luc-github committed Jun 8, 2024
1 parent 46877de commit b266010
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/esp3dlib_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
#define ESP_XSTR(M) ESP_XSTR_(M)
#endif
#ifndef SRCHOME
#define SRCHOME ../../../../../ Marlin / src
#define SRCHOME ../../../../../Marlin/src
#endif
#ifndef HALHOME
#define HALHOME SRCHOME / HAL
#define HALHOME SRCHOME/HAL
#endif
#define MARLIN_HAL_PATH(PATH) HAL_PATH(HALHOME, PATH)
#define MARLIN_PATH(PATH) ESP_XSTR(SRCHOME / PATH)
#define MARLIN_PATH(PATH) ESP_XSTR(SRCHOME/PATH)
#include MARLIN_PATH(inc/MarlinConfig.h)

#undef DISABLED
Expand Down

0 comments on commit b266010

Please sign in to comment.