Skip to content

Commit

Permalink
minor edits, fixes in classroom
Browse files Browse the repository at this point in the history
  • Loading branch information
sylefeb committed Dec 5, 2023
1 parent 89568d2 commit 27ba724
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/pipeline29.si
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 27ba724

Please sign in to comment.