diff --git a/megaavr/libraries/Servo/src/Servo.h b/megaavr/libraries/Servo/src/Servo.h index f95eb82c..4bc4066f 100644 --- a/megaavr/libraries/Servo/src/Servo.h +++ b/megaavr/libraries/Servo/src/Servo.h @@ -79,7 +79,7 @@ #if defined(ARDUINO_ARCH_MEGAAVR) #include "megaavr/ServoTimers.h" #if (F_CPU == 1000000) - #pragma message(Running at 1MHz results in unstable servo signal.") + #pragma message("Running at 1MHz results in unstable servo signal.") #endif #else #error "This is an architecture specific library for ARDUINO_ARCH_MEGAAVR, but this device is not of that architecture"