Skip to content

Commit

Permalink
Enable big endian encoded buffers
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelfj committed Oct 26, 2016
1 parent e636f4b commit 082f1a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/flatcc/flatcc_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
#define FLATBUFFERS_TRUE 1
#define FLATBUFFERS_FALSE 0

#define FLATBUFFERS_PROTOCOL_IS_LE 1
#define FLATBUFFERS_PROTOCOL_IS_BE 0
#define FLATBUFFERS_PROTOCOL_IS_LE 0
#define FLATBUFFERS_PROTOCOL_IS_BE 1

typedef uint32_t flatbuffers_uoffset_t;
typedef int32_t flatbuffers_soffset_t;
Expand Down

0 comments on commit 082f1a1

Please sign in to comment.