Resolve review comments

This commit is contained in:
feelfree69
2026-03-05 08:55:51 +01:00
parent 7a0f248424
commit 494320b191
4 changed files with 23 additions and 31 deletions
+2
View File
@@ -10,4 +10,6 @@ void flash_read_security(void);
void flash_sector_erase(void);
void flash_read_bulk(__xdata uint8_t *dst);
void flash_write_bytes(__xdata uint8_t *ptr);
__code char* get_flash_size_str(void);
#endif