update template
This commit is contained in:
@@ -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]
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user