summaryrefslogtreecommitdiff
path: root/channels/adtranvofr.h
diff options
context:
space:
mode:
Diffstat (limited to 'channels/adtranvofr.h')
-rwxr-xr-xchannels/adtranvofr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/adtranvofr.h b/channels/adtranvofr.h
index 9a45402b8..88fd428ee 100755
--- a/channels/adtranvofr.h
+++ b/channels/adtranvofr.h
@@ -80,7 +80,7 @@ struct vofr_hdr {
u_int8_t cid; /* Channel ID */
u_int8_t mod:4; /* Modulation */
u_int8_t remid:4; /* Remote ID */
-#elif __BYTE__ORDER == __BIG_ENDIAN
+#elif __BYTE_ORDER == __BIG_ENDIAN
u_int8_t ctag:4; /* Connect tag */
u_int8_t dtype:4; /* Data type */
u_int8_t vflags:4; /* Voice Routing Flags */