Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
This commit is contained in:
Matthew Kennedy 2020-04-27 11:36:26 -07:00 committed by GitHub
parent 3badb5dbfb
commit 28d0cfa91e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -263,10 +263,9 @@
/**
* 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 FALSE

View File

@ -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
// linking process which is the way to raise the alarm
#ifndef RAM_UNUSED_SIZE
#define RAM_UNUSED_SIZE 12800
#define RAM_UNUSED_SIZE 16000
#endif
#ifndef CCM_UNUSED_SIZE
#define CCM_UNUSED_SIZE 2900