Merge pull request #9468 from Bob-the-Kuhn/remove--/src
[2.0.x] Cleanup - remove not needed "../src"
This commit is contained in:
commit
d08597c65a
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
#include <LPC17xx.h>
|
#include <LPC17xx.h>
|
||||||
#include <lpc17xx_pinsel.h>
|
#include <lpc17xx_pinsel.h>
|
||||||
#include "../../src/core/macros.h"
|
#include "../core/macros.h"
|
||||||
//#include "pinmapping.h"
|
//#include "pinmapping.h"
|
||||||
|
|
||||||
#define LPC_PORT_OFFSET (0x0020)
|
#define LPC_PORT_OFFSET (0x0020)
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
#ifdef __STM32F1__
|
#ifdef __STM32F1__
|
||||||
|
|
||||||
#include "../../../src/inc/MarlinConfig.h"
|
#include "../../inc/MarlinConfig.h"
|
||||||
|
|
||||||
#if HAS_SERVOS
|
#if HAS_SERVOS
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
#include <libmaple/iwdg.h>
|
#include <libmaple/iwdg.h>
|
||||||
|
|
||||||
#include "../../../src/inc/MarlinConfig.h"
|
#include "../../inc/MarlinConfig.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The watchdog clock is 40Khz. We need a 4 seconds interval, so use a /256 preescaler and
|
* The watchdog clock is 40Khz. We need a 4 seconds interval, so use a /256 preescaler and
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
#ifdef STM32F7
|
#ifdef STM32F7
|
||||||
|
|
||||||
#include "../../../src/inc/MarlinConfig.h"
|
#include "../../inc/MarlinConfig.h"
|
||||||
|
|
||||||
#if HAS_SERVOS
|
#if HAS_SERVOS
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
#ifndef WATCHDOG_STM32F7_H
|
#ifndef WATCHDOG_STM32F7_H
|
||||||
#define WATCHDOG_STM32F7_H
|
#define WATCHDOG_STM32F7_H
|
||||||
|
|
||||||
#include "../../../src/inc/MarlinConfig.h"
|
#include "../../inc/MarlinConfig.h"
|
||||||
|
|
||||||
extern IWDG_HandleTypeDef hiwdg;
|
extern IWDG_HandleTypeDef hiwdg;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue