Skip to content
Snippets Groups Projects
Commit 40656419 authored by Tom Feng's avatar Tom Feng
Browse files

re enabled k4

parent 5483e44b
No related branches found
No related tags found
1 merge request!8Pre k4 io
......@@ -169,9 +169,9 @@ void FirstUserTask() {
//bwprintf(COM2,"FUT: OutNotif %d\n\r",tid);
Pass();
//Delay(clkid,10);
//char str[] = "FUT:term out notif created\n\r";
//int len = stringLen(str);
//putstr(COM2,str,len);
char str[] = "FUT:term out notif created\n\r";
int len = stringLen(str);
putstr(COM2,str,len);
//char C = 'A';
//putc(COM2,C);
//Delay(clkid,1);
......
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