update template

This commit is contained in:
2025-10-06 21:09:07 +02:00
parent 0732a9d82c
commit 421966bf9e
6 changed files with 61 additions and 80 deletions

View File

@@ -1,6 +1,8 @@
---
sub_title: "Real Time Systems 10"
class_code: "ELERTS10"
toc: true
lang: english
auther:
- name: "Finley van Reenen (0964590)"
email: "mail@lailatheelf.nl"
@@ -9,8 +11,6 @@ auther:
# C Report
[toc]
![](/report-2/week_1.3.md)
![](/report-2/week_1.4.md)

View File

@@ -440,7 +440,7 @@ int main(void)
> Now add initial delays (in systicks) to your tasks. Use an initial delay of 100, 200, 300, and 400 for green, orange, red, and blue respectively. Make use of a logic analyser to verify the timing.
When A task is created, in the version of [Assignment 3.6](#assignment-36), the following function is used:
When A task is created, in the version of [Assignment 3.6], the following function is used:
```c
bool addTask(void (*fn)(void), uint32_t counter)