From 27ba7247f6b4876ae3f79e50fe9fd446f7423638 Mon Sep 17 00:00:00 2001 From: Sylvain Lefebvre Date: Tue, 5 Dec 2023 12:27:32 +0100 Subject: [PATCH] minor edits, fixes in classroom --- projects/tinygpus | 2 +- tests/pipeline29.si | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/tinygpus b/projects/tinygpus index e6429acd..93c2792e 160000 --- a/projects/tinygpus +++ b/projects/tinygpus @@ -1 +1 @@ -Subproject commit e6429acd2cf104e35ca5b3a82738557c54af8652 +Subproject commit 93c2792ec6c8746ae089486053095b0d006f04e9 diff --git a/tests/pipeline29.si b/tests/pipeline29.si index 68e9af4d..cc90051f 100644 --- a/tests/pipeline29.si +++ b/tests/pipeline29.si @@ -17,6 +17,7 @@ algorithm main(output uint8 leds) while (j<4) { // nested pipeline __display("[0] %d,%d",i,j); + j = j + 1; -> __display("[1] %d,%d",i,j); }