Skip to content
Snippets Groups Projects
Commit 96e83fb4 authored by Colin Wulf's avatar Colin Wulf
Browse files

dw1000: task_handle notification added

parent 0ff657db
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ BaseType_t _handleRx(uint64_t * event, uint64_t * event_clear) { ...@@ -55,7 +55,7 @@ BaseType_t _handleRx(uint64_t * event, uint64_t * event_clear) {
if (dw1000local.receive_callback != NULL) { if (dw1000local.receive_callback != NULL) {
higher_priority_task_woken = dw1000local.receive_callback(); higher_priority_task_woken = dw1000local.receive_callback();
} else if (dw1000local.task_handle != NULL) { } else if (dw1000local.task_handle != NULL) {
//TODO Notify taskHandle vTaskNotifyGiveFromISR(dw1000local.task_handle, &higher_priority_task_woken);
} }
#ifdef DOUBLE_BUFFER #ifdef DOUBLE_BUFFER
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment