Fixed OS EventHandler compilation issue

This commit is contained in:
Ryzerth
2021-05-03 02:08:49 +02:00
parent 6e4f502454
commit c6c15a446b
17 changed files with 121 additions and 63 deletions
.github/workflows
airspyhf_source
bladerf_source
core/src
falcon9_decoder/src
meteor_demodulator/src
radio/src
recorder/src
weather_sat_decoder/src

@@ -7,7 +7,7 @@
#include <dsp/processing.h>
#include <dsp/sink.h>
#include <mutex>
#include <event.h>
#include <utils/event.h>
#include <vector>
class SinkManager {