From dccb6a80f52aaf45facc6ef5f9660eb3fd3cb4ac Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 12 Sep 2016 21:38:20 +0200 Subject: Add timeout for cw_audio_queue push and new fault --- src/common/includes/Core/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/includes/Core') diff --git a/src/common/includes/Core/common.h b/src/common/includes/Core/common.h index 5703cbd..adf08ea 100644 --- a/src/common/includes/Core/common.h +++ b/src/common/includes/Core/common.h @@ -61,6 +61,7 @@ int random_bool(void); #define FAULT_SOURCE_I2C 3 #define FAULT_SOURCE_USART 4 #define FAULT_SOURCE_TASK_OVERFLOW 5 +#define FAULT_SOURCE_CW_AUDIO_QUEUE 6 void trigger_fault(int source); int find_last_sunday(const struct tm*); -- cgit v1.2.3