Skip to content
Snippets Groups Projects
Commit 7e02cb42 authored by dwf1m12's avatar dwf1m12
Browse files

update test for PASSED message

parent 7087fc35
No related branches found
No related tags found
No related merge requests found
Pipeline #10265 failed
......@@ -61,8 +61,8 @@ R 00000006
S STDIN push 0x41
S STDIN blocked 0x42
S 0x04
S 0x43
X
A
B

X
X
......@@ -9,9 +9,9 @@ int main(void) {
unsigned char ch;
UartStdOutInit();
printf("ADP dummy test\n");
while ((ch=UartGetc()) != 0x04)
while ((ch=UartGetc()) != 'X')
printf("'%c'\n", ch);
printf("<eot>\n");
printf("** ADP TEST PASSED **\n");
UartEndSimulation();
return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment