diff options
author | Florian Jung <flo@windfisch.org> | 2014-03-30 19:30:54 +0200 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2014-03-30 19:30:54 +0200 |
commit | 14cd49b3b3c2eb6b8c8c7f26d762f3363ea63b07 (patch) | |
tree | 94329d380708a0f4df45773abc256a3336dcdd71 /usbdrv | |
parent | 0dc2a225b7716d05d0526336566e715c1d421fc5 (diff) |
pc can read and write \o/
Diffstat (limited to 'usbdrv')
-rw-r--r-- | usbdrv/usbconfig.h | 2 |
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. |