9 lines
177 B
C++
9 lines
177 B
C++
#ifndef BM_EVENTS_H
|
|
#define BM_EVENTS_H
|
|
#include <freertos/queue.h>
|
|
|
|
// bool send_app_event(app_event_t *event);
|
|
|
|
// void deinit_event_queue(QueueHandle_t& event_queue);
|
|
|
|
#endif |