Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit afe40ab

Browse files
committed
Fix: Set avr and megaavr as the supported architectures.
1 parent c2d06c6 commit afe40ab

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,5 +6,5 @@ sentence=A port of ArduinoSTL Arduino library.
66
paragraph=This library includes important C++ functions, including cout and cin, printf and scanf. It also includes STL containers like vector and algorithm.
77
category=Other
88
url=https://github.com/arduino-libraries/Arduino_AVRSTL
9-
architectures=samd
9+
architectures=avr,megaavr
1010
includes=Arduino_AVRSTL.h

0 commit comments

Comments
 (0)