Demagic FLASH_BUF_SIZE

This commit is contained in:
feelfree69
2026-02-15 13:28:31 +01:00
parent 3c648d5936
commit e5d23f11de
4 changed files with 17 additions and 14 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ extern __code char * __code mime_strings[];
extern __xdata struct flash_region_t flash_region;
// Flash buffer to optimize flash writing speed, write_len is the current filling position
extern __xdata uint8_t flash_buf[512];
extern __xdata uint8_t flash_buf[FLASH_BUF_SIZE];
__xdata uint32_t uptr; // Current flash write position
__xdata uint16_t write_len;