summaryrefslogtreecommitdiff
path: root/app/src/can_task.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/can_task.c')
-rw-r--r--app/src/can_task.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/src/can_task.c b/app/src/can_task.c
index e34d35d..b81ed72 100644
--- a/app/src/can_task.c
+++ b/app/src/can_task.c
@@ -281,7 +281,6 @@ void can0_task(void *pvParameters) {
{
can_fifo_rx(0, &rxXfer);
}
- vSemaphoreDelete(can_msg.sem);
}
void can1_task(void *pvParameters) {
@@ -303,7 +302,6 @@ void can1_task(void *pvParameters) {
{
can_fifo_rx(1, &rxXfer);
}
- vSemaphoreDelete(can_msg.sem);
}