auto-sync
This commit is contained in:
parent
beb0dfd651
commit
284e0be839
|
@ -2693,7 +2693,7 @@
|
|||
<name>$PROJ_DIR$\..\hw_layer\hardware.h</name>
|
||||
</file>
|
||||
<file>
|
||||
<name>$PROJ_DIR$\..\hw_layer\HIP9011.c</name>
|
||||
<name>$PROJ_DIR$\..\hw_layer\HIP9011.cpp</name>
|
||||
</file>
|
||||
<file>
|
||||
<name>$PROJ_DIR$\..\hw_layer\HIP9011.h</name>
|
||||
|
|
|
@ -258,7 +258,7 @@ void firmwareError(const char *fmt, ...) {
|
|||
|
||||
static char UNUSED_RAM_SIZE[4000];
|
||||
|
||||
static char UNUSED_CCM_SIZE[11000] CCM_OPTIONAL;
|
||||
static char UNUSED_CCM_SIZE[9000] CCM_OPTIONAL;
|
||||
|
||||
int getRusEfiVersion(void) {
|
||||
if (UNUSED_RAM_SIZE == 0)
|
||||
|
|
Loading…
Reference in New Issue