mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-28 07:51:19 +01:00
dist/tools/riotboot_gen_hdr/genhdr: use unsigned long
This commit is contained in:
parent
4dc67679a4
commit
d2c99989dc
6
dist/tools/riotboot_gen_hdr/genhdr.c
vendored
6
dist/tools/riotboot_gen_hdr/genhdr.c
vendored
@ -49,9 +49,9 @@ int genhdr(int argc, char *argv[])
|
||||
uint8_t *hdr_buf;
|
||||
|
||||
/* arguments storage variables */
|
||||
long app_ver_arg = 0;
|
||||
long start_addr_arg = 0;
|
||||
long hdr_len_arg = 0;
|
||||
unsigned long app_ver_arg = 0;
|
||||
unsigned long start_addr_arg = 0;
|
||||
unsigned long hdr_len_arg = 0;
|
||||
|
||||
/* header variables */
|
||||
size_t hdr_len = 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user