summaryrefslogtreecommitdiff
path: root/src/dataflow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dataflow.h')
-rw-r--r--src/dataflow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dataflow.h b/src/dataflow.h
index a2217ca..d39126e 100644
--- a/src/dataflow.h
+++ b/src/dataflow.h
@@ -42,5 +42,5 @@ typedef enum DOC_codes {
CMD_MULTICAST = 2,
CMD_BROADCAST = 3,
RESERVED = 4,
- DATA = 5
+ DATA = 0x5
} DOC_codes_t;