fixing build
This commit is contained in:
parent
9e461e7c27
commit
95b6b296dd
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue