From cd9296fb5c4a9f462996c10f2a4d01c0df193f4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fl=C3=B6ssie?= Date: Fri, 20 Sep 2019 10:18:28 +0200 Subject: [PATCH] Add dependency to "FreeRTOS", bump version to 0.9.1 --- library.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library.properties b/library.properties index f2bfed3..4d48cbf 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=frt -version=0.9.0 +version=0.9.1 author=Flössie maintainer=Flössie sentence=Lightweight, easy-to-use wrapper around the Arduino_FreeRTOS_Library. @@ -8,3 +8,4 @@ category=Timing url=https://github.com/Floessie/frt architectures=avr includes=frt.h +depends=FreeRTOS