Add family_id in BININFO
This commit is contained in:
parent
b0562d349f
commit
79e82bed56
1 changed files with 1 additions and 0 deletions
1
hf2.md
1
hf2.md
|
|
@ -142,6 +142,7 @@ struct HF2_BININFO_Result {
|
|||
uint32_t flash_page_size;
|
||||
uint32_t flash_num_pages;
|
||||
uint32_t max_message_size;
|
||||
uint32_t family_id; // optional
|
||||
};
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue