Adds servo to topics

This commit is contained in:
Rune Harlyk
2025-07-08 15:22:36 +02:00
parent f1312fb5c6
commit c5155fe641
2 changed files with 6 additions and 5 deletions
+5 -4
View File
@@ -1,4 +1,5 @@
#define TOPIC_LIST \
X(Imu, ImuMsg) \
X(Mode, ModeMsg) \
X(Command, CommandMsg)
#define TOPIC_LIST \
X(Imu, ImuMsg) \
X(Mode, ModeMsg) \
X(Command, CommandMsg) \
X(Servo, ServoMsg)\