mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 20:56:47 +08:00
tools/cxd56: Fix nxstyle
This commit is contained in:
+3
-1
@@ -229,7 +229,9 @@ static void *create_image(struct elf_file *elf, int core, char *savename,
|
|||||||
Elf32_Sym *sym;
|
Elf32_Sym *sym;
|
||||||
char *name;
|
char *name;
|
||||||
int snlen;
|
int snlen;
|
||||||
int nphs, psize, imgsize;
|
int nphs;
|
||||||
|
int psize;
|
||||||
|
int imgsize;
|
||||||
int i;
|
int i;
|
||||||
int j;
|
int j;
|
||||||
uint32_t offset;
|
uint32_t offset;
|
||||||
|
|||||||
Reference in New Issue
Block a user