Working port of Little FS
This commit is contained in:
@ -17,6 +17,7 @@
|
||||
} \
|
||||
__tmp->next = (new); \
|
||||
} else { \
|
||||
(new)->next = NULL; \
|
||||
(head) = (new); \
|
||||
} \
|
||||
} while(0)
|
||||
|
Reference in New Issue
Block a user