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