live data for wastegate #3588

This commit is contained in:
rusefi 2021-11-24 15:03:06 -05:00
parent 07dd88cb72
commit 4dad940160
1 changed files with 2 additions and 2 deletions

View File

@ -747,10 +747,10 @@ void initEngineContoller() {
* UNUSED_SIZE constants.
*/
#ifndef RAM_UNUSED_SIZE
#define RAM_UNUSED_SIZE 9000
#define RAM_UNUSED_SIZE 6000
#endif
#ifndef CCM_UNUSED_SIZE
#define CCM_UNUSED_SIZE 16
#define CCM_UNUSED_SIZE 2016
#endif
static char UNUSED_RAM_SIZE[RAM_UNUSED_SIZE];
static char UNUSED_CCM_SIZE[CCM_UNUSED_SIZE] CCM_OPTIONAL;