/* * Copyright (c) 2022 Rodrigo Peixoto * SPDX-License-Identifier: Apache-2.0 */ #ifndef _MESSAGES_H_ #define _MESSAGES_H_ #include #include struct bm_msg { uint8_t bytes[CONFIG_BM_MESSAGE_SIZE]; }; #endif /* _MESSAGES_H_ */