aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/visca.h
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2021-01-15 23:49:12 +0100
committercbdev <cb@cbcdn.com>2021-01-15 23:49:12 +0100
commit71d86ec46259ce1b5488989ec30152c7cf810a8e (patch)
treebd76e526c90ef44b8983383b6394d440a5889561 /backends/visca.h
parent297f11b98a6d7aec59eedd319d3056262a4a8b33 (diff)
downloadmidimonster-71d86ec46259ce1b5488989ec30152c7cf810a8e.tar.gz
midimonster-71d86ec46259ce1b5488989ec30152c7cf810a8e.tar.bz2
midimonster-71d86ec46259ce1b5488989ec30152c7cf810a8e.zip
Fix static analysis failures
Diffstat (limited to 'backends/visca.h')
-rw-r--r--backends/visca.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/visca.h b/backends/visca.h
index 47ada19..1004076 100644
--- a/backends/visca.h
+++ b/backends/visca.h
@@ -88,5 +88,6 @@ static struct {
[store] = {"store", 7, {0x80, 0x01, 0x04, 0x3F, 0x01, 0, 0xFF}, 0, 254, 0, ptz_set_memory_store},
[home] = {"home", 5, {0x80, 0x01, 0x06, 0x04, 0xFF}, 0, 0, 0, NULL},
[relmove] = {"move", 9, {0x80, 0x01, 0x06, 0x01, 0, 0, 0, 0, 0xFF}, 0, 1, 0, ptz_set_relmove},
- [stop] = {"stop", 9, {0x80, 0x01, 0x06, 0x01, 0, 0, 0x03, 0x03, 0xFF}, 0, 0, 0, ptz_set_relmove}
+ [stop] = {"stop", 9, {0x80, 0x01, 0x06, 0x01, 0, 0, 0x03, 0x03, 0xFF}, 0, 0, 0, ptz_set_relmove},
+ [sentinel] = {"SENTINEL"}
};