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

Rearrange USB stuff.

parent 02892efc
Branches
Tags
1 merge request!3Develop
......@@ -112,6 +112,12 @@ int main(void){
tcs_init();
shutter_init();
delay_s(1);
udc_detach();
delay_ms(100);
udc_attach();
stdio_usb_enable();
program_loop:
while(getchar() != '!');
printf ("C\r\n");
......
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