Add test id
This commit is contained in:
parent
cbab11f918
commit
a2fc185c1e
3 changed files with 101 additions and 62 deletions
|
@ -66,7 +66,7 @@ void write_param(uint8_t param_id, uint8_t val);
|
|||
FLASH_RECORD* load_params();
|
||||
void compact_page();
|
||||
void flash_read(uint32_t addr,FLASH_RECORD* ptr);
|
||||
bool validate_crc(FLASH_RECORD* crc);
|
||||
bool validate_crc(FLASH_RECORD* crc,uint32_t length);
|
||||
void flash_write(uint32_t addr, FLASH_RECORD* record);
|
||||
|
||||
#endif /* FLASH_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue