From cb3b373068b8a7f8332f00cab967600cd3151228 Mon Sep 17 00:00:00 2001 From: Spence Konde Date: Thu, 20 Apr 2023 19:35:17 -0400 Subject: [PATCH] Update Servo.h --- megaavr/libraries/Servo/src/Servo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"