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