Peter M. Groen
/
libmodbus
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
8932de657ab2fd43d405a09c22de5233ec863985
Authored by
Stéphane Raimbault
2016-05-11 12:15:21 +0200
1 parent
57c3d76f
Minor
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/modbus-data.c
src/modbus-data.c
View file @
8932de6
...
...
@@ -31,7 +31,7 @@
31
31
#include <libkern/OSByteOrder.h>
32
32
#define bswap_16 OSSwapInt16
33
33
#define bswap_32 OSSwapInt32
34
-
#define bswap_64 OSSwapInt64
34
+
#define bswap_64 OSSwapInt64
35
35
#endif
36
36
37
37
#if defined(__GNUC__)
...
...