[FL-1513] Fix IRDA crash (#557)

This commit is contained in:
Albert Kharisov
2021-07-02 15:46:13 +03:00
committed by GitHub
parent c388458462
commit df9a6673da
4 changed files with 19 additions and 7 deletions

View File

@@ -12,6 +12,7 @@ public:
void send_message(const IrdaMessage* message) const;
private:
bool capture_started;
osMessageQueueId_t event_queue;
static void irda_rx_callback(void* ctx, bool level, uint32_t duration);
IrdaHandler* decoder;