auto-sync

This commit is contained in:
rusEfi 2015-02-25 13:07:03 -06:00
parent cbbc96af11
commit 9c27b94c0f
1 changed files with 6 additions and 0 deletions

View File

@ -112,7 +112,13 @@ float LECalculator::pop(le_action_e action) {
return stack.pop();
}
/**
* @return true in case of error, false otherwise
*/
bool_t LECalculator::doJob(Engine *engine, LEElement *element) {
#if EFI_PROD_CODE || defined(__DOXYGEN__)
efiAssert(getRemainingStack(chThdSelf()) > 64, "FSIO logic", false);
#endif
switch (element->action) {
case LE_NUMERIC_VALUE: