Skip to content

Commit

Permalink
Update esp3dlib_config.h
Browse files Browse the repository at this point in the history
Fix unwished spaces added by CLang-format
  • Loading branch information
luc-github committed Jun 8, 2024
1 parent 98a7078 commit 46877de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/esp3dlib_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#endif
#define MARLIN_HAL_PATH(PATH) HAL_PATH(HALHOME, PATH)
#define MARLIN_PATH(PATH) ESP_XSTR(SRCHOME / PATH)
#include MARLIN_PATH(inc / MarlinConfig.h)
#include MARLIN_PATH(inc/MarlinConfig.h)

#undef DISABLED
#undef _BV
Expand Down

0 comments on commit 46877de

Please sign in to comment.