fixing build is my most favourite time!

This commit is contained in:
rusefi 2019-12-13 20:51:04 -05:00
parent 6f2cb66d9a
commit ff9383eea1
4 changed files with 4 additions and 4 deletions

View File

@ -48,7 +48,7 @@
// See global_shared.h notes about stack requirements
// see also http://www.chibios.org/dokuwiki/doku.php?id=chibios:kb:stacks
#define PORT_INT_REQUIRED_STACK 256
#define PORT_INT_REQUIRED_STACK 400
#define CHPRINTF_USE_FLOAT TRUE

View File

@ -45,7 +45,7 @@
// See global_shared.h notes about stack requirements
// see also http://www.chibios.org/dokuwiki/doku.php?id=chibios:kb:stacks
#define PORT_INT_REQUIRED_STACK 256
#define PORT_INT_REQUIRED_STACK 400
#define CHPRINTF_USE_FLOAT TRUE

View File

@ -45,7 +45,7 @@
// See global_shared.h notes about stack requirements
// see also http://www.chibios.org/dokuwiki/doku.php?id=chibios:kb:stacks
#define PORT_INT_REQUIRED_STACK 256
#define PORT_INT_REQUIRED_STACK 400
#define CHPRINTF_USE_FLOAT TRUE

View File

@ -440,7 +440,7 @@ void mainTriggerCallback(trigger_event_e ckpSignalType, uint32_t trgEventIndex D
*/
return;
}
efiAssertVoid(CUSTOM_STACK_6629, getCurrentRemainingStack() > 128, "lowstck#2");
efiAssertVoid(CUSTOM_STACK_6629, getCurrentRemainingStack() > EXPECTED_REMAINING_STACK, "lowstck#2a");
#if EFI_CDM_INTEGRATION
if (trgEventIndex == 0 && CONFIG(cdmInputPin) != GPIO_UNASSIGNED) {