From 7ed054d07557df66afc20fccfcf7a1d1eea10451 Mon Sep 17 00:00:00 2001 From: smathis Date: Tue, 12 Aug 2025 09:09:03 +0200 Subject: [PATCH] Fixed formatting --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 62913bb..9b21e6a 100644 --- a/README.md +++ b/README.md @@ -266,7 +266,8 @@ In addition to the two extension classes this library also includes a mechanism #### macros.h Contains macros used in `sinqMotor` and derived drivers: -*HIDDEN* +**HIDDEN** + By default, the symbols of classes and functions are hidden to avoid symbol clashes when loading multiple shared libraries which use `sinqMotor`. In order to compile this library with exported symbols, specifiy `-DHIDDEN= ` as a compiler flag (if using the given Makefile, this