Fixed formatting
All checks were successful
Test And Build / Lint (push) Successful in 5s
Test And Build / Build (push) Successful in 6s

This commit is contained in:
2025-08-12 09:09:03 +02:00
parent 7965dd3b2e
commit 7ed054d075

View File

@@ -266,7 +266,8 @@ In addition to the two extension classes this library also includes a mechanism
#### macros.h #### macros.h
Contains macros used in `sinqMotor` and derived drivers: 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 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 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 symbols, specifiy `-DHIDDEN= ` as a compiler flag (if using the given Makefile, this