summaryrefslogtreecommitdiff
path: root/usbdrv
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2014-03-30 19:30:54 +0200
committerFlorian Jung <flo@windfisch.org>2014-03-30 19:30:54 +0200
commit14cd49b3b3c2eb6b8c8c7f26d762f3363ea63b07 (patch)
tree94329d380708a0f4df45773abc256a3336dcdd71 /usbdrv
parent0dc2a225b7716d05d0526336566e715c1d421fc5 (diff)
pc can read and write \o/
Diffstat (limited to 'usbdrv')
-rw-r--r--usbdrv/usbconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usbdrv/usbconfig.h b/usbdrv/usbconfig.h
index 858c95d..48d4a93 100644
--- a/usbdrv/usbconfig.h
+++ b/usbdrv/usbconfig.h
@@ -123,7 +123,7 @@ section at the end of this file).
* The value is in milliamperes. [It will be divided by two since USB
* communicates power requirements in units of 2 mA.]
*/
-#define USB_CFG_IMPLEMENT_FN_WRITE 0
+#define USB_CFG_IMPLEMENT_FN_WRITE 1
/* Set this to 1 if you want usbFunctionWrite() to be called for control-out
* transfers. Set it to 0 if you don't need it and want to save a couple of
* bytes.