Fysetc AIO II / Cheetah STM32F1 (#14407)
This commit is contained in:
committed by
Scott Lahteine
parent
8e23e9b16c
commit
8934b32f1b
@ -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) || defined(STM32F7xx) || defined(ARDUINO_ARCH_ESP32))
|
||||
#if SHARED_SERVOS
|
||||
|
||||
#include "servo.h"
|
||||
#include "servo_private.h"
|
||||
@ -157,4 +157,4 @@ void Servo::move(const int value) {
|
||||
}
|
||||
}
|
||||
|
||||
#endif // HAS_SERVOS
|
||||
#endif // SHARED_SERVOS
|
||||
|
Reference in New Issue
Block a user