Skip to content

Commit

Permalink
Update Servo.h
Browse files Browse the repository at this point in the history
  • Loading branch information
SpenceKonde committed Apr 20, 2023
1 parent af72d35 commit cb3b373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion megaavr/libraries/Servo/src/Servo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cb3b373

Please sign in to comment.