everyone ignores me!?
This commit is contained in:
parent
c953816b3f
commit
216da53bf8
|
@ -725,8 +725,8 @@ void initRealHardwareEngineController() {
|
||||||
#ifndef CCM_UNUSED_SIZE
|
#ifndef CCM_UNUSED_SIZE
|
||||||
#define CCM_UNUSED_SIZE 512
|
#define CCM_UNUSED_SIZE 512
|
||||||
#endif
|
#endif
|
||||||
static char UNUSED_RAM_SIZE[RAM_UNUSED_SIZE];
|
static volatile char UNUSED_RAM_SIZE[RAM_UNUSED_SIZE];
|
||||||
static char UNUSED_CCM_SIZE[CCM_UNUSED_SIZE] CCM_OPTIONAL;
|
static volatile char UNUSED_CCM_SIZE[CCM_UNUSED_SIZE] CCM_OPTIONAL;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* See also VCS_VERSION
|
* See also VCS_VERSION
|
||||||
|
|
Loading…
Reference in New Issue