summaryrefslogtreecommitdiffstats
path: root/src/tests/sbus_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/sbus_tests.c')
-rw-r--r--src/tests/sbus_tests.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/sbus_tests.c b/src/tests/sbus_tests.c
index 194ba60ef..1a6354ab5 100644
--- a/src/tests/sbus_tests.c
+++ b/src/tests/sbus_tests.c
@@ -74,12 +74,14 @@ const struct sbus_method_meta pilot_methods[] = {
NULL, /* in args: manually parsed */
NULL, /* out args: manually parsed */
offsetof(struct pilot_vtable, Blink),
+ NULL
},
{
PILOT_EAT, /* method name */
NULL, /* in args: manually parsed */
NULL, /* out args: manually parsed */
offsetof(struct pilot_vtable, Eat),
+ NULL
},
{ NULL, }
};