terminate correctly statically created tasks

This commit is contained in:
philippe44
2019-11-05 20:18:26 -08:00
parent 3304571312
commit 0f8bd30544
5 changed files with 13 additions and 17 deletions

View File

@@ -35,6 +35,10 @@ extern struct buffer *outputbuf;
// this is the only system-wide loglevel variable
extern log_level loglevel;
// not great to have these here, but they should not be in embedded.h
bool enable_bt_sink;
bool enable_airplay;
#define RAOP_OUTPUT_SIZE (RAOP_SAMPLE_RATE * 2 * 2 * 2 * 1.2)
static raop_event_t raop_state;