No longer prints the REF status during POST.

This commit is contained in:
Travis GOodspeed 2018-07-23 19:10:16 -04:00
parent 6421f5c61b
commit 2de4d595ff

View File

@ -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(".");
}
}