X-Git-Url: https://git.donarmstrong.com/?p=kiibohd-controller.git;a=blobdiff_plain;f=main.c;h=2e2fe85fad2269826c39b4d49fd1a0546b4e3c07;hp=98e72e16821deaef9e05bc315f611c0d85602b7d;hb=5f262ea4b68a07e9b94ce0a49c0f7196e5f32b3b;hpb=03f60df94d395e3f4c923d17c3651501024975ee diff --git a/main.c b/main.c index 98e72e1..2e2fe85 100644 --- a/main.c +++ b/main.c @@ -40,17 +40,6 @@ extern volatile uint32_t systick_millis_count; int main() { - /* - GPIOA_PDDR |= (1<<5); - // Setup pin - A5 - See Lib/pin_map.mchck for more details on pins - PORTA_PCR5 = PORT_PCR_SRE | PORT_PCR_DSE | PORT_PCR_MUX(1); - while( 1 ) - { - GPIOA_PTOR |= (1<<5); - for (uint32_t d = 0; d < 720000; d++ ); - } - */ - // AVR - Teensy Set Clock speed to 16 MHz #if defined(_at90usb162_) || defined(_atmega32u4_) || defined(_at90usb646_) || defined(_at90usb1286_) CLKPR = 0x80;