Skip to content

Commit

Permalink
Merge pull request #362 from Paciente8159/361-fr-move-configuration-o…
Browse files Browse the repository at this point in the history
…verrides-to-project-root

moved override files to root dir
  • Loading branch information
Paciente8159 committed Apr 7, 2023
2 parents d2aee86 + 6beb54a commit 8516bab
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion uCNC/src/cnc.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ extern "C"
#include "hal/tools/tool.h" //configures the kinematics for the cnc machine
// final HAL configurations
#include "../cnc_hal_config.h" //inicializes the HAL hardcoded connections
#include "cnc_hal_overrides.h" //config override file
#include "../cnc_hal_overrides.h" //config override file
// fill remaining HAL configurations and sanity checks
#include "cnc_hal_config_helper.h"
// initializes core utilities (like fast math functions)
Expand Down
2 changes: 1 addition & 1 deletion uCNC/src/hal/boards/boarddefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ extern "C"
#error Undefined board
#endif

#include "boardmap_overrides.h"
#include "../../../boardmap_overrides.h"
#include "../mcus/mcudefs.h" //configures the MCU for the selected board

#ifdef __cplusplus
Expand Down

0 comments on commit 8516bab

Please sign in to comment.