reclaim (#1377)
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
This commit is contained in:
parent
3b5062bacc
commit
499d445fd2
|
@ -263,10 +263,9 @@
|
||||||
/**
|
/**
|
||||||
* Do we need GPS logic?
|
* Do we need GPS logic?
|
||||||
*/
|
*/
|
||||||
#define EFI_UART_GPS TRUE
|
#define EFI_UART_GPS FALSE
|
||||||
//#define EFI_UART_GPS FALSE
|
|
||||||
|
|
||||||
#define EFI_SERVO TRUE
|
#define EFI_SERVO FALSE
|
||||||
|
|
||||||
#define EFI_ELECTRONIC_THROTTLE_BODY TRUE
|
#define EFI_ELECTRONIC_THROTTLE_BODY TRUE
|
||||||
//#define EFI_ELECTRONIC_THROTTLE_BODY FALSE
|
//#define EFI_ELECTRONIC_THROTTLE_BODY FALSE
|
||||||
|
|
|
@ -732,7 +732,7 @@ void initEngineContoller(Logging *sharedLogger DECLARE_ENGINE_PARAMETER_SUFFIX)
|
||||||
// help to notice when RAM usage goes up - if a code change adds to RAM usage these variables would fail
|
// help to notice when RAM usage goes up - if a code change adds to RAM usage these variables would fail
|
||||||
// linking process which is the way to raise the alarm
|
// linking process which is the way to raise the alarm
|
||||||
#ifndef RAM_UNUSED_SIZE
|
#ifndef RAM_UNUSED_SIZE
|
||||||
#define RAM_UNUSED_SIZE 12800
|
#define RAM_UNUSED_SIZE 16000
|
||||||
#endif
|
#endif
|
||||||
#ifndef CCM_UNUSED_SIZE
|
#ifndef CCM_UNUSED_SIZE
|
||||||
#define CCM_UNUSED_SIZE 2900
|
#define CCM_UNUSED_SIZE 2900
|
||||||
|
|
Loading…
Reference in New Issue