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
@@ -33,7 +33,7 @@ extern volatile __xdata uint8_t sfr_data[4];
extern __code uint8_t * __code greeting;
extern __code uint8_t * __code hex;
extern __xdata uint8_t flash_buf[512];
extern __xdata uint8_t flash_buf[FLASH_BUF_SIZE];
extern __xdata struct flash_region_t flash_region;
extern __xdata char passwd[21];