diff --git a/firmware/global.h b/firmware/global.h index f32db92001..0234245087 100644 --- a/firmware/global.h +++ b/firmware/global.h @@ -114,7 +114,7 @@ typedef unsigned int time_t; /** * this macro allows the compiled to figure out the complete static address, that's a performance - * optimization + * optimization which is hopefully useful at least for anything trigger-related */ #define CONFIG(x) persistentState.persistentConfiguration.engineConfiguration.x #define ENGINE(x) _engine.x