This commit is contained in:
NIIBE Yutaka
2012-05-14 13:16:43 +09:00
parent 27f26564ba
commit a158ea48ab
3 changed files with 2 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ CSRC += pin-$(ENABLE_PINPAD).c
endif
ifeq ($(ENABLE_PINPAD),dnd)
CSRC += usb_msc.c
CSRC += usb-msc.c
endif
# List ASM source files here

View File

@@ -25,7 +25,7 @@
#include "ch.h"
#include "gnuk.h"
#include "usb_lld.h"
#include "usb_msc.h"
#include "usb-msc.h"
struct usb_endp_in {
const uint8_t *txbuf; /* Pointer to the transmission buffer. */