add comments to CanGrow.h

This commit is contained in:
Marcus 2024-10-19 02:16:30 +02:00
parent f918529e57
commit f4482ee37b

View file

@ -29,8 +29,11 @@
//#include "CanGrow_Version.h" //#include "CanGrow_Version.h"
// ensure the code will also compile when CANGROW_VER and CANGROW_BUILD /* ensure the code will also compile when CANGROW_VER and CANGROW_BUILD
// are not defined by the compiler arguments * are not defined by the compiler arguments
* like -DCANGROW_VER="0.x-dev" or -DCANGROW_BUILD="commitid-core-timestamp"
*/
#ifndef CANGROW_VER #ifndef CANGROW_VER
#define CANGROW_VER "dev" #define CANGROW_VER "dev"
#endif #endif