diff main.c @ 105:3764d78996a8

More renaming for the USB to Output Module renaming
author Jacob Alexander <haata@kiibohd.com>
date Sun, 19 Jan 2014 16:54:58 -0800
parents 4c2712f25157
children 15961894eaeb
line wrap: on
line diff
--- a/main.c	Sun Jan 19 16:40:36 2014 -0800
+++ b/main.c	Sun Jan 19 16:54:58 2014 -0800
@@ -27,7 +27,7 @@
 // Project Includes
 #include <macro.h>
 #include <scan_loop.h>
-#include <usb_com.h>
+#include <output_com.h>
 
 #include <led.h>
 #include <print.h>
@@ -136,8 +136,11 @@
 	pinSetup();
 	init_errorLED();
 
-	// Setup USB Module
-	usb_setup();
+	// Setup Output Module
+	output_setup();
+
+	// Enable CLI
+	init_cli();
 
 	// Setup ISR Timer for flagging a kepress send to USB
 	usbTimerSetup();