From f4482ee37bdc6e38f33c8b8d2a650c6cd25628b1 Mon Sep 17 00:00:00 2001 From: Marcus Date: Sat, 19 Oct 2024 02:16:30 +0200 Subject: [PATCH] add comments to CanGrow.h --- Arduino/CanGrow/include/CanGrow.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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