From 9ea9991a090d11b2fa53b982b6088cb4a8668499 Mon Sep 17 00:00:00 2001 From: Pablo2048 Date: Sat, 21 Jul 2018 15:42:31 +0200 Subject: [PATCH] Target platform correction. --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index f32bc1f..9f7a1dc 100644 --- a/library.json +++ b/library.json @@ -20,7 +20,7 @@ "version": "0.1", "license": "GPL3.0", "frameworks": "arduino", - "platforms": "avr", + "platforms": "atmelavr", "build": { "libCompatMode": 2 }