瀏覽代碼

USBCAS: change name of main file to usbcas.[ch]

H. Peter Anvin 3 年之前
父節點
當前提交
167afd54f6
共有 3 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      USBCAS/Makefile
  2. 1 1
      USBCAS/usbcas.c
  3. 0 0
      USBCAS/usbcas.h

+ 1 - 1
USBCAS/Makefile

@@ -17,7 +17,7 @@ BOARD        = LEONARDO
 F_CPU        = 16000000
 F_USB        = $(F_CPU)
 OPTIMIZATION = s
-TARGET       = USBtoSerial
+TARGET       = usbcas
 SRC          = $(TARGET).c Descriptors.c $(LUFA_SRC_USB) $(LUFA_SRC_USBCLASS)
 LUFA_PATH    = ../LUFA/LUFA
 CC_FLAGS     = -DUSE_LUFA_CONFIG_HEADER -IConfig/

+ 1 - 1
USBCAS/USBtoSerial.c → USBCAS/usbcas.c

@@ -34,7 +34,7 @@
  *  the project and is responsible for the initial application hardware configuration.
  */
 
-#include "USBtoSerial.h"
+#include "usbcas.h"
 
 /** Circular buffer to hold data from the host before it is sent to the device via the serial port. */
 static RingBuffer_t USBtoUSART_Buffer;

+ 0 - 0
USBCAS/USBtoSerial.h → USBCAS/usbcas.h