[AVRHeap] Use correct architecture value in library.properties

Incorrect architecture value causes the warning:

WARNING: library AVRHeap claims to run on [atmelavr] architecture(s) and may be incompatible with your current board which runs on [avr] architecture(s).
This commit is contained in:
per1234 2017-07-13 11:26:34 -07:00
parent 4116cb8601
commit 6c4d6300fb

View File

@ -6,4 +6,4 @@ sentence=Library to runtime analyze the structure of the heap (AVR328).
paragraph=
category=Other
url=https://github.com/RobTillaart/Arduino/Libraries/AvrHeap
architectures=atmelavr
architectures=avr