mirror of
https://github.com/pine64/blisp.git
synced 2026-03-26 13:48:12 +00:00
Compare commits
2 Commits
d53ac9544e
...
a20c719298
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a20c719298 | ||
|
|
bfe8cd1e34 |
@ -154,7 +154,7 @@ struct bfl_boot_header {
|
||||
uint32_t crc32;
|
||||
};
|
||||
|
||||
static_assert(sizeof(struct bfl_boot_header) == 176,
|
||||
_Static_assert(sizeof(struct bfl_boot_header) == 176,
|
||||
"Bootheader have wrong size");
|
||||
|
||||
struct blflash_segment_header {
|
||||
@ -164,7 +164,7 @@ struct blflash_segment_header {
|
||||
uint32_t crc32;
|
||||
};
|
||||
|
||||
static_assert(sizeof(struct blflash_segment_header) == 16,
|
||||
_Static_assert(sizeof(struct blflash_segment_header) == 16,
|
||||
"Segment header have wrong size");
|
||||
|
||||
#pragma pack(pop)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user