From 7926e89bd9db4af2389824bdb157a237a590fc27 Mon Sep 17 00:00:00 2001 From: Michael DM Dryden Date: Wed, 14 Dec 2016 18:21:36 -0500 Subject: [PATCH] Cleanup comments. --- src/main.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/main.c b/src/main.c index 6daaa66..16f1017 100644 --- a/src/main.c +++ b/src/main.c @@ -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(); -- GitLab