fixing build is my most favourite time!

This commit is contained in:
rusefi 2019-12-13 20:51:04 -05:00
parent 91fbaf1f98
commit 32564db46e
3 changed files with 3 additions and 3 deletions

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) {