summaryrefslogtreecommitdiffstats
path: root/sw/ttyartnet.c
diff options
context:
space:
mode:
Diffstat (limited to 'sw/ttyartnet.c')
-rw-r--r--sw/ttyartnet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/ttyartnet.c b/sw/ttyartnet.c
index 544f773..0cd60a5 100644
--- a/sw/ttyartnet.c
+++ b/sw/ttyartnet.c
@@ -28,7 +28,7 @@ struct artnet {
char name[8]; // Art-Net\0
char opcode[2]; // 0x5000 in LE: { 0x00, 0x50 }
uint8_t version_hi; // 0
- uint8_t version_li; // 14
+ uint8_t version_lo; // 14
uint8_t sequence; // set to 0 to disable sequencing
uint8_t physical; // original universe
uint8_t sub_uni;