This commit is contained in:
Your Name
2026-07-27 15:09:32 +03:00
commit fa89c89fbe
21 changed files with 1043 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
#ifndef ZBUS_CHANNELS_H
#define ZBUS_CHANNELS_H
#include <zephyr/kernel.h>
#include <zephyr/zbus/zbus.h>
#include "command_message.h"
ZBUS_CHAN_DECLARE(in_command_chan);
ZBUS_CHAN_DECLARE(out_command_chan);
#endif // ZBUS_CHANNELS_H