From c3912e01a2767334103cd139d875d50c834f3f05 Mon Sep 17 00:00:00 2001 From: Dien-Nhung Nguyen-Phu Date: Thu, 11 Jul 2024 21:34:07 +0700 Subject: usb: add cdc-acm serial and write to flash --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 448c201..f0d8a0e 100644 --- a/Makefile +++ b/Makefile @@ -63,6 +63,7 @@ src/usb/ctrl.c \ src/usb/debug.c \ src/usb/dev.c \ src/usb/composite/hiddev.c \ +src/usb/composite/cdc-serial.c \ # ASM sources ASM_SOURCES = \ -- cgit v1.2.3