Skip to content
Snippets Groups Projects
Commit c8566910 authored by Michael DM Dryden's avatar Michael DM Dryden
Browse files

Remove handshake.

parent 854f1f96
Branches
Tags
1 merge request!3Develop
......@@ -100,14 +100,14 @@ int main(void){
settings_read_eeprom();
// Wait for application connection - Get 'c', reply 'K', get 'k'
while(1){
while(getchar() != 'c');
putchar('#');
while(getchar() != 'k');
printf("\n\r");
break;
}
// // Wait for application connection - Get 'c', reply 'K', get 'k'
// while(1){
// while(getchar() != 'c');
// putchar('#');
// while(getchar() != 'k');
// printf("\n\r");
// break;
// }
tcs_init();
shutter_init();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment