mirror of https://github.com/ARMmbed/mbed-os.git
Typo fix for MBED_APP_SIZE
parent
f73e6cd55d
commit
b262080045
|
@ -34,7 +34,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(MBED_APP_SIZE)
|
#if !defined(MBED_APP_SIZE)
|
||||||
; 812KB FLASH
|
; 768KB FLASH
|
||||||
#define MBED_APP_SIZE 0xC0000
|
#define MBED_APP_SIZE 0xC0000
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue