Divide code

This commit is contained in:
Valentin Dabstep 2025-05-16 21:06:31 +03:00
parent 320eb21de8
commit 4f42094b0e
6 changed files with 373 additions and 331 deletions

View file

@ -66,6 +66,7 @@ static uint32_t write_ptr = SECTOR_6;
//for bootloader
typedef void(*pFunction)(void);
// Function prototypes
void flash_unlock(void);
void flash_lock(void);