Remove beepSemaphore extern declaration after semaphore-to-task-notification refactor
This commit is contained in:
@@ -23,7 +23,6 @@ typedef struct {
|
|||||||
bool pinValue;
|
bool pinValue;
|
||||||
} RfEvent_t;
|
} RfEvent_t;
|
||||||
|
|
||||||
extern SemaphoreHandle_t beepSemaphore; /* given every ISR_TIME_US to wake beepTask */
|
|
||||||
extern QueueHandle_t rfEventQueue; /* RF pulse events for rfDecodeTask */
|
extern QueueHandle_t rfEventQueue; /* RF pulse events for rfDecodeTask */
|
||||||
|
|
||||||
void InterruptHandler_Init(void);
|
void InterruptHandler_Init(void);
|
||||||
|
|||||||
Reference in New Issue
Block a user