Обновление
This commit is contained in:
parent
627e10447a
commit
3453ea2f79
|
|
@ -7,6 +7,10 @@
|
||||||
|
|
||||||
#include "stdint.h"
|
#include "stdint.h"
|
||||||
|
|
||||||
|
#define ADR_META_BOOT (0x01000000 + (256 * 1024) - 256)
|
||||||
|
#define ADR_META_MAIN (0x01000000 + ((256 + 512) * 1024) - 256)
|
||||||
|
#define ADR_META_MAIN_RECOVERY (0x01010000 + (512 * 1024) - 256)
|
||||||
|
|
||||||
extern volatile const uint32_t META_FW_CRC;
|
extern volatile const uint32_t META_FW_CRC;
|
||||||
|
|
||||||
extern volatile const uint8_t META_FW_NAME_SIZE;
|
extern volatile const uint8_t META_FW_NAME_SIZE;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue