diff options
Diffstat (limited to 'firmware/export/system.h')
-rw-r--r-- | firmware/export/system.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/system.h b/firmware/export/system.h index 1885acfffd..68d7958870 100644 --- a/firmware/export/system.h +++ b/firmware/export/system.h @@ -36,8 +36,8 @@ extern void system_init(void); extern long cpu_frequency; struct flash_header { - unsigned long magic; - unsigned long length; + uint32_t magic; + uint32_t length; char version[32]; }; |