fixing build

This commit is contained in:
rusefi 2019-07-13 09:01:27 -04:00
parent 9e461e7c27
commit 95b6b296dd
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ static void onlineApplyWorkingCopyBytes(int currentPageId, uint32_t offset, int
}
}
static const void *addr getStructAddr(int structId) {
static const void * getStructAddr(int structId) {
switch (structId) {
case LDS_CLT_INDEX:
return static_cast<thermistor_state_s*>(&engine->engineState.cltCurve);