reviving F4 compilation
This commit is contained in:
parent
abc7040511
commit
6208f7579d
|
@ -792,7 +792,7 @@ void initEngineContoller(Logging *sharedLogger DECLARE_ENGINE_PARAMETER_SUFFIX)
|
|||
#define RAM_UNUSED_SIZE 7400
|
||||
#endif
|
||||
#ifndef CCM_UNUSED_SIZE
|
||||
#define CCM_UNUSED_SIZE 6600
|
||||
#define CCM_UNUSED_SIZE 4600
|
||||
#endif
|
||||
static char UNUSED_RAM_SIZE[RAM_UNUSED_SIZE];
|
||||
static char UNUSED_CCM_SIZE[CCM_UNUSED_SIZE] CCM_OPTIONAL;
|
||||
|
|
Loading…
Reference in New Issue