Skip to content

Commit

Permalink
fixed relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Paciente8159 committed Nov 15, 2023
1 parent 5cb3ad9 commit a231e83
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 80 deletions.
4 changes: 2 additions & 2 deletions makefiles/virtual/mcu_virtual.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
Also without the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.
*/
#include "../../../cnc.h"
#include "../../uCNC/src/cnc.h"
#if (BOARD == BOARD_VIRTUAL)

#ifdef __cplusplus
Expand All @@ -35,7 +35,7 @@ extern "C"
// #include <ws2tcpip.h>
// #pragma comment(lib, "ws2_32.lib") // Winsock Library
// #include <windows.h>
#include "../../../../../makefiles/virtual/WindowsSerial.h"
#include "WindowsSerial.h"

/**
*
Expand Down
Loading

0 comments on commit a231e83

Please sign in to comment.