Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
soft
thingsee-sdk
Commits
3c90c37d
Commit
3c90c37d
authored
Oct 13, 2015
by
Jussi Kivilinna
Committed by
Pekka Niemimaa
Oct 19, 2015
Browse files
haltian-tsone: nsh_romfsimg: make size variable constant
Signed-off-by:
Jussi Kivilinna
<
jussi.kivilinna@haltian.com
>
parent
68aab864
Changes
1
Hide whitespace changes
Inline
Side-by-side
nuttx/configs/haltian-tsone/include/nsh_romfsimg.h
View file @
3c90c37d
...
...
@@ -86,4 +86,4 @@ const unsigned char romfs_img[] = {
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
};
unsigned
int
romfs_img_len
=
1024
;
static
const
unsigned
int
romfs_img_len
=
1024
;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment