mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
Demagic FLASH_BUF_SIZE
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user