Wrap fdrs globals from to allow for project specific settings.
Adding #define __FDRS_GLOBALS_h__ to src/fdrs_globals.h allows the user
to define global variables on a per project basis.
This aids in using FDRS as an out-of-the-box library:
When a project shall use own global definitions, it can include a header file that itself defines __FDRS_GLOBALS_h__.
Wrap fdrs globals from to allow for project specific settings.
Adding
#define __FDRS_GLOBALS_h__
tosrc/fdrs_globals.h
allows the user to define global variables on a per project basis. This aids in using FDRS as an out-of-the-box library: When a project shall use own global definitions, it can include a header file that itself defines__FDRS_GLOBALS_h__
.