Skip to content

Commit 72e4898

Browse files
authored
Correct megaavr architecture name in library.properties
Previous incorrect case of the megaavr architecture name caused a warning on compilation: WARNING: library Servo claims to run on (avr, megaAVR, sam, samd, nrf52, stm32f4) architecture(s) and may be incompatible with your current board which runs on (megaavr) architecture(s).
1 parent 74c1d1d commit 72e4898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ sentence=Allows Arduino/Genuino boards to control a variety of servo motors.
66
paragraph=This library can control a great number of servos.<br />It makes careful use of timers: the library can control 12 servos using only 1 timer.<br />On the Arduino Due you can control up to 60 servos.<br />
77
category=Device Control
88
url=http://www.arduino.cc/en/Reference/Servo
9-
architectures=avr,megaAVR,sam,samd,nrf52,stm32f4
9+
architectures=avr,megaavr,sam,samd,nrf52,stm32f4

0 commit comments

Comments
 (0)