This commit is contained in:
rusefi 2017-12-06 20:04:27 -05:00
parent c87ebc2a7b
commit a63db44420
1 changed files with 1 additions and 1 deletions

View File

@ -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