First
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user