Skip to content

Commit

Permalink
fix trailing white space errors
Browse files Browse the repository at this point in the history
Signed-off-by: Birgit Brecknell <b@brck.nl>
  • Loading branch information
bbrcknl committed Jul 29, 2024
1 parent 8975d2b commit e2abd56
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tutorials/hello-camkes-1/hello-camkes-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ assembly {
int run(void) {
printf("Starting the client\n");
printf("-------------------\n");

/*? include_task_type_append([("hello", 'hello')]) ?*/

printf("After the client\n");
Expand Down
2 changes: 1 addition & 1 deletion tutorials/hello-camkes-timer/hello-camkes-timer.md
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ timer_drv_t timer_drv;
void irq_handle(void) {
int error;
/*? include_task_type_append([("hello","part1-task4")]) ?*/
/*? include_task_type_append([("hello","part1-task5")]) ?*/
Expand Down
6 changes: 3 additions & 3 deletions tutorials/mcs/mcs.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ verification. For further context on the new features, please see the
which provides a comprehensive background on the changes.

Learn:
1. About the MCS new kernel API.
2. How to create and configure scheduling contexts.
3. The jargon *passive server*.
1. About the MCS new kernel API.
2. How to create and configure scheduling contexts.
3. The jargon *passive server*.
4. How to spawn round-robin and periodic threads.

## Initialising
Expand Down

0 comments on commit e2abd56

Please sign in to comment.