From 750b1853ada48d81048d62ece6905b2198703f6e Mon Sep 17 00:00:00 2001 From: Riccardo Casatta Date: Mon, 7 Mar 2022 21:05:34 +0100 Subject: [PATCH] Update software_tasks.md --- book/en/src/by-example/software_tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/en/src/by-example/software_tasks.md b/book/en/src/by-example/software_tasks.md index ea40697d27..5c03f9140b 100644 --- a/book/en/src/by-example/software_tasks.md +++ b/book/en/src/by-example/software_tasks.md @@ -1,6 +1,6 @@ # Software tasks & spawn -The RTIC concept of a software task shares a lot with that of [hardware tasks][hardware_tasks.md] +The RTIC concept of a software task shares a lot with that of [hardware tasks](./hardware_tasks.md) with the core difference that a software task is not explicitly bound to a specific interrupt vector, but rather a “dispatcher” interrupt vector running at the same priority as the software task.