Обновление платы на V2
This commit is contained in:
parent
18b1935aea
commit
420ec3fd89
|
|
@ -7,9 +7,8 @@
|
|||
|
||||
#include "stdint.h"
|
||||
|
||||
#define ADR_META_BOOT (0x01000000 + (256 * 1024) - 256)
|
||||
#define ADR_META_MAIN (0x01000000 + ((256 + 768) * 1024) - 256)
|
||||
#define ADR_META_MAIN_RECOVERY (0x01010000 + (768 * 1024) - 256)
|
||||
#define ADR_META_BOOT (0x01000000 + (128 * 1024) - 256)
|
||||
#define ADR_META_MAIN (0x01000000 + (704 * 1024) - 256)
|
||||
|
||||
extern volatile const uint32_t META_FW_CRC;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue