Skip to content

Commit a65d37e

Browse files
authored
Merge pull request #5453 from marcuschangarm/rtl8195am_flash
Increase flash size on Realtek RTL8195AM
2 parents 66054f4 + f44a154 commit a65d37e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_Realtek/TARGET_AMEBA/flash_ext.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ extern "C" {
2424
#endif
2525

2626
#define FLASH_PAGE_SIZE 256
27-
#define FLASH_SIZE 0x100000
27+
#define FLASH_SIZE 0x200000
2828
#define FLASH_OFS_START 0x0
2929
#define FLASH_OFS_END (FLASH_OFS_START + FLASH_SIZE)
3030

0 commit comments

Comments
 (0)