From e6c2060483a75dbfd266ab13571af721e9cdd2fa Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Mon, 11 Jan 2016 17:03:12 +0100 Subject: ucoo/hal/usb: default to CDC ACM class --- ucoo/hal/usb/Config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ucoo/hal') diff --git a/ucoo/hal/usb/Config b/ucoo/hal/usb/Config index 79098f2..249a0ac 100644 --- a/ucoo/hal/usb/Config +++ b/ucoo/hal/usb/Config @@ -3,7 +3,7 @@ vendor_id = 0x1d50 product_id = 0x6052 # Declare as a CDC ACM device. -cdc_acm = false +cdc_acm = true # Number of streams, interfaces, or pair of endpoints. stream_nb = 1 # Set to 0 if powered from USB cable, 1 if device has its own power supply. -- cgit v1.2.3