[FRAM library] Use valid category in library.properties

Previous property value caused the warning on every compilation:

WARNING: Category 'Storage' in library FRAM is not valid. Setting to 'Uncategorized'

Reference:
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#libraryproperties-file-format
This commit is contained in:
per1234 2018-01-24 06:27:21 -08:00 committed by GitHub
parent 176959fcfd
commit 15f2b76e5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,6 @@ author=Rob Tillaart <rob.tillaart@gmail.com>
maintainer=Rob Tillaart <rob.tillaart@gmail.com>
sentence=Library for FRAM for Arduino.
paragraph=
category=Storage
category=Data Storage
url=https://github.com/RobTillaart/Arduino/tree/master/libraries/
architectures=*
architectures=*