This commit is contained in:
Bob-the-Kuhn
2018-02-03 21:28:05 -06:00
parent 33ec599ca0
commit 3d72fe0730
5 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,7 @@
#ifdef STM32F7
#include "../../../src/inc/MarlinConfig.h"
#include "../../inc/MarlinConfig.h"
#if HAS_SERVOS

View File

@@ -23,7 +23,7 @@
#ifndef WATCHDOG_STM32F7_H
#define WATCHDOG_STM32F7_H
#include "../../../src/inc/MarlinConfig.h"
#include "../../inc/MarlinConfig.h"
extern IWDG_HandleTypeDef hiwdg;