diff Output/usbMuxUart/output_com.c @ 175:c70f641581b5

McHCK USB WORKS!! - McHCK uses FLL instead of the PLL for USB (startup, not usb init) - Added optional debug for the pjrc USB module - Cleaned up compiler flags
author Jacob Alexander <haata@kiibohd.com>
date Tue, 15 Jul 2014 00:28:12 -0700
parents afd0f94023ff
children 555d70c6764d
line wrap: on
line diff
--- a/Output/usbMuxUart/output_com.c	Mon Jun 30 23:52:24 2014 -0700
+++ b/Output/usbMuxUart/output_com.c	Tue Jul 15 00:28:12 2014 -0700
@@ -109,12 +109,7 @@
 	// If the Teensy is powered without a PC connected to the USB port,
 	// this will wait forever.
 	usb_init();
-/*
-#include <led.h>
-init_errorLED();
-errorLED( 1 );
-while(1);
-*/
+
 	// Setup UART
 	uart_serial_setup();