mirror of
https://github.com/travisgoodspeed/goodwatch
synced 2024-11-22 08:09:13 +00:00
No longer prints the REF status during POST.
This commit is contained in:
parent
6421f5c61b
commit
2de4d595ff
@ -48,7 +48,6 @@ int post(){
|
||||
/* Return zero if everything is hunky dory.
|
||||
*/
|
||||
lcd_string("all good");
|
||||
ref_status();
|
||||
return 0;
|
||||
}
|
||||
|
||||
@ -141,6 +140,7 @@ int main(void) {
|
||||
while(1){
|
||||
//printf("main while().\n");
|
||||
//uart_tx('T');
|
||||
printf(".");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user