STM32F7 HAL using the official STM32 Arduino Core (#11750)

This commit is contained in:
Scott Lahteine
2018-10-03 03:26:07 -05:00
committed by GitHub
parent 3e58b3a5d4
commit 348004c34f
24 changed files with 1436 additions and 6 deletions

View File

@@ -53,7 +53,7 @@
#include "../../inc/MarlinConfig.h"
#if HAS_SERVOS && !(IS_32BIT_TEENSY || defined(TARGET_LPC1768) || defined(STM32F1) || defined(STM32F1xx) || defined(STM32F4) || defined(STM32F4xx))
#if HAS_SERVOS && !(IS_32BIT_TEENSY || defined(TARGET_LPC1768) || defined(STM32F1) || defined(STM32F1xx) || defined(STM32F4) || defined(STM32F4xx) || defined(STM32F7xx))
//#include <Arduino.h>
#include "servo.h"