summaryrefslogtreecommitdiff
path: root/ucoo
diff options
context:
space:
mode:
authorNicolas Schodet2016-01-11 17:03:12 +0100
committerNicolas Schodet2019-10-07 00:44:57 +0200
commite6c2060483a75dbfd266ab13571af721e9cdd2fa (patch)
tree59917f8d52826cd95e37373a6742936ceba798a0 /ucoo
parentc5fc89e283a0e6424cfc045fbb3b1b9abfbcd372 (diff)
ucoo/hal/usb: default to CDC ACM class
Diffstat (limited to 'ucoo')
-rw-r--r--ucoo/hal/usb/Config2
1 files changed, 1 insertions, 1 deletions
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.