Add family_id in BININFO

This commit is contained in:
Michał Moskal 2018-12-11 23:30:10 -08:00 committed by GitHub
parent b0562d349f
commit 79e82bed56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
hf2.md
View file

@ -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
};
```