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

Cleanup comments.

parent daec4858
Branches
Tags
1 merge request!3Develop
......@@ -90,8 +90,6 @@ int main(void){
PORTD.INT0MASK = PIN5_bm;
PORTD.INT1MASK = PIN5_bm;
PORTD.INTCTRL = PORT_INT0LVL_OFF_gc | PORT_INT1LVL_OFF_gc;
// PORTCFG.CLKEVOUT = PORTCFG_CLKEVPIN_PIN4_gc | PORTCFG_CLKOUTSEL_CLK1X_gc | PORTCFG_CLKOUT_PD7_gc;
max5443_init_pins();
max5443_init_module();
......@@ -108,15 +106,6 @@ 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;
// }
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