More renaming for the USB to Output Module renaming

This commit is contained in:
Jacob Alexander 2014-01-19 16:54:58 -08:00
parent 59f13f8f4f
commit 85dd7f5c52
8 changed files with 13 additions and 11 deletions

9
main.c
View file

@ -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 @@ int main(void)
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();