Added Parker's initial USB firmware changes to support us moving all sensors off the cRIO.
diff --git a/gyro_board/src/usb/CAN.c b/gyro_board/src/usb/CAN.c
index 74e0a62..6770328 100644
--- a/gyro_board/src/usb/CAN.c
+++ b/gyro_board/src/usb/CAN.c
@@ -202,11 +202,10 @@
   xLastFlashTime = xTaskGetTickCount();
 
   for (;;) {
-    printf("hello\n");
 
     int c = VCOM_getchar();
     while (c != -1) {
-      printf("hello\n");
+      printf("hello in write\n");
       int j = c;
       printf("Sending data 0x%x\n", j);
       message.data[0] = j++;