From 2d136d1e312e0ba4091c30b7e84fa081f1807b96 Mon Sep 17 00:00:00 2001 From: rusefi Date: Wed, 6 Dec 2017 20:04:27 -0500 Subject: [PATCH] docs --- firmware/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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