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