Bladeren bron
Merge pull request #9468 from Bob-the-Kuhn/remove--/src
[2.0.x] Cleanup - remove not needed "../src"
Bob-the-Kuhn
7 jaren geleden
bovenliggende
commit
d08597c65a
No account linked to committer's email address
|
@@ -34,7 +34,7 @@
|
34
|
34
|
|
35
|
35
|
#include <LPC17xx.h>
|
36
|
36
|
#include <lpc17xx_pinsel.h>
|
37
|
|
-#include "../../src/core/macros.h"
|
|
37
|
+#include "../core/macros.h"
|
38
|
38
|
//#include "pinmapping.h"
|
39
|
39
|
|
40
|
40
|
#define LPC_PORT_OFFSET (0x0020)
|
|
@@ -23,7 +23,7 @@
|
23
|
23
|
|
24
|
24
|
#ifdef __STM32F1__
|
25
|
25
|
|
26
|
|
-#include "../../../src/inc/MarlinConfig.h"
|
|
26
|
+#include "../../inc/MarlinConfig.h"
|
27
|
27
|
|
28
|
28
|
#if HAS_SERVOS
|
29
|
29
|
|
|
@@ -29,7 +29,7 @@
|
29
|
29
|
|
30
|
30
|
#include <libmaple/iwdg.h>
|
31
|
31
|
|
32
|
|
-#include "../../../src/inc/MarlinConfig.h"
|
|
32
|
+#include "../../inc/MarlinConfig.h"
|
33
|
33
|
|
34
|
34
|
/**
|
35
|
35
|
* The watchdog clock is 40Khz. We need a 4 seconds interval, so use a /256 preescaler and
|
|
@@ -23,7 +23,7 @@
|
23
|
23
|
|
24
|
24
|
#ifdef STM32F7
|
25
|
25
|
|
26
|
|
-#include "../../../src/inc/MarlinConfig.h"
|
|
26
|
+#include "../../inc/MarlinConfig.h"
|
27
|
27
|
|
28
|
28
|
#if HAS_SERVOS
|
29
|
29
|
|
|
@@ -23,7 +23,7 @@
|
23
|
23
|
#ifndef WATCHDOG_STM32F7_H
|
24
|
24
|
#define WATCHDOG_STM32F7_H
|
25
|
25
|
|
26
|
|
-#include "../../../src/inc/MarlinConfig.h"
|
|
26
|
+#include "../../inc/MarlinConfig.h"
|
27
|
27
|
|
28
|
28
|
extern IWDG_HandleTypeDef hiwdg;
|
29
|
29
|
|