Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Sunxi Tools
Commits
81569121
Commit
81569121
authored
Jul 19, 2012
by
Alejandro Mery
Browse files
Merge pull request #6 from cnxsoft/master
fel: fix typo in endian.h handling for OSX
parents
c71ff92c
1fff8ee4
Changes
1
Hide whitespace changes
Inline
Side-by-side
fel.c
View file @
81569121
...
...
@@ -35,7 +35,7 @@
#define le32toh(x) CFSwapInt32LittleToHost(x)
#define htole16(x) CFSwapInt16HostToLittle(x)
#define le16toh(x) CFSwapInt16LittleToHost(x)
#el
if
#el
se
#include <endian.h>
#endif
...
...
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