summaryrefslogtreecommitdiffstats
path: root/sw/ttyartnet.c
diff options
context:
space:
mode:
authorOliwerix <oliwerix@gmail.com>2022-10-31 17:22:49 +0100
committerOliwerix <oliwerix@gmail.com>2022-10-31 17:22:49 +0100
commit852b828e93fa1d85ea6fe7f5fd08b0360fe05cfb (patch)
tree3c40d8db619de48007fa71c25e835ec0418a05fa /sw/ttyartnet.c
parentdnbk (diff)
parentMerge branch 'master' of ssh://ni.sijanec.eu/var/lib/git/repo/luč (diff)
downloadluč-852b828e93fa1d85ea6fe7f5fd08b0360fe05cfb.tar
luč-852b828e93fa1d85ea6fe7f5fd08b0360fe05cfb.tar.gz
luč-852b828e93fa1d85ea6fe7f5fd08b0360fe05cfb.tar.bz2
luč-852b828e93fa1d85ea6fe7f5fd08b0360fe05cfb.tar.lz
luč-852b828e93fa1d85ea6fe7f5fd08b0360fe05cfb.tar.xz
luč-852b828e93fa1d85ea6fe7f5fd08b0360fe05cfb.tar.zst
luč-852b828e93fa1d85ea6fe7f5fd08b0360fe05cfb.zip
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;