From ed585169bf23a1c7b100f7a2f409797fc9ae93e0 Mon Sep 17 00:00:00 2001 From: ArmyAntSEC <55052666+ArmyAntSEC@users.noreply.github.com> Date: Sun, 5 Sep 2021 16:12:37 +0200 Subject: [PATCH] Removed the platform limiation as this libray should build on all platforms. --- library.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/library.json b/library.json index 3e6aad8..c94cbeb 100644 --- a/library.json +++ b/library.json @@ -13,6 +13,5 @@ "url": "https://github.com/Pharap/FixedPointsArduino.git" }, "license": "Apache-2.0", - "version": "1.1.0", - "frameworks": "arduino" -} \ No newline at end of file + "version": "1.1.0", +}