diff options
| author | hathach <[email protected]> | 2018-07-23 15:25:45 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-07-23 15:25:45 +0700 |
| commit | 4342325ee1359d3361acca6de4f8accf013e8e39 (patch) | |
| tree | c869f399e0ef1f8588842a8927a22e528dadc503 /src/class/custom | |
| parent | 141ac25e3b3aaf72a50ace257d2bda41d1ebe702 (diff) | |
reworking device hid class driver
Diffstat (limited to 'src/class/custom')
| -rw-r--r-- | src/class/custom/custom_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/custom/custom_device.c b/src/class/custom/custom_device.c index e4dc1a839..c895deb18 100644 --- a/src/class/custom/custom_device.c +++ b/src/class/custom/custom_device.c @@ -36,7 +36,7 @@ #include "tusb_option.h" -#if (MODE_DEVICE_SUPPORTED && CFG_TUD_CUSTOM_CLASS) +#if (TUSB_OPT_DEVICE_ENABLED && CFG_TUD_CUSTOM_CLASS) #define _TINY_USB_SOURCE_FILE_ |
