From 206038bf8e4e39058ac06513ef800c353aef5a04 Mon Sep 17 00:00:00 2001 From: ardnew Date: Mon, 11 Sep 2023 10:27:47 -0500 Subject: [PATCH] Update library.properties --- library.properties | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index 0d49daf..1f490e3 100644 --- a/library.properties +++ b/library.properties @@ -2,9 +2,10 @@ name=cronos version=0.1.0 author=ardnew maintainer=ardnew (andrew@ardnew.com) -sentence=A std::chrono wrapper for target system's native tick count +sentence=A std::chrono wrapper for target system's native tick count. paragraph=This abstraction allows applications to hide the exact data type representation and period of the system's native ticker, which provides a consistent interface for specifying delays, timeouts, etc., regardless of the target system. category=Timing -includes=cronos.h url=https://github.com/ardnew/cronos architectures=* +dot_a_linkage=true +includes=cronos.h