Skip to content

Commit

Permalink
Made print statements and comments a bit clearer/cleaner.
Browse files Browse the repository at this point in the history
  • Loading branch information
KnockbackNemo committed Sep 23, 2023
1 parent 621fcc9 commit 7a03bb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/Test_FaultThread_Exceptions.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ void Task_ManagerTask(void* arg) {
printf("\n\n\r=========== Test UpdateDisplay ===========");

// Expected output
// The display should fault, but the test will hit an infinite while loop and nothing will be printed
// The display should reset, and then the test will hit an infinite while loop.
createUpdateDisplay();

for (int i = 0; i < 10; i++) {
Expand All @@ -346,7 +346,7 @@ void Task_ManagerTask(void* arg) {
}

while(1){
printf("Reached end of test.");
printf("\n\rReached end of test.");
OSTimeDlyHMSM(0, 0, 5, 0, OS_OPT_TIME_HMSM_STRICT, &err);
}
}
Expand Down

0 comments on commit 7a03bb2

Please sign in to comment.