Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
fe07b12e
Commit
fe07b12e
authored
Dec 26, 2014
by
zeroday
Browse files
Merge pull request #49 from nodemcu/dev094
fix file api issue when compile using gcc toolchain
parents
c18f198a
2321ee97
Changes
1
Show whitespace changes
Inline
Side-by-side
app/spiffs/spiffs_nucleus.h
View file @
fe07b12e
...
...
@@ -400,6 +400,8 @@ typedef struct __attribute(( packed )) {
u32_t
size
;
// type of object
spiffs_obj_type
type
;
// alignment2
u8_t
_align2
[
4
-
(
sizeof
(
spiffs_obj_type
)
&
3
)
==
0
?
4
:
(
sizeof
(
spiffs_obj_type
)
&
3
)];
// name of object
u8_t
name
[
SPIFFS_OBJ_NAME_LEN
];
}
spiffs_page_object_ix_header
;
...
...
Write
Preview
Markdown
is supported
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