diff options
| author | hathach <[email protected]> | 2020-07-17 23:01:39 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-07-17 23:01:39 +0700 |
| commit | 881025afdcdc3e8954163f8cc7337caa8455f594 (patch) | |
| tree | e0849abab0e9054e1fdbf47c11611af360d0e39e /src/class/hid | |
| parent | 7baeea7a000a7d8f8d0bb2c966d4c2c409205a09 (diff) | |
add new name warning to cdc and midi (skip msc, hid warning for now)
Diffstat (limited to 'src/class/hid')
| -rw-r--r-- | src/class/hid/hid_device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/hid/hid_device.h b/src/class/hid/hid_device.h index ad26ab369..f7ad38bab 100644 --- a/src/class/hid/hid_device.h +++ b/src/class/hid/hid_device.h @@ -41,7 +41,7 @@ #if !defined(CFG_TUD_HID_EP_BUFSIZE) & defined(CFG_TUD_HID_BUFSIZE) // TODO warn user to use new name later on - // #warning CFG_TUD_HID_BUFSIZE is renamed to CFG_TUD_HID_EP_BUFSIZE + // #warning CFG_TUD_HID_BUFSIZE is renamed to CFG_TUD_HID_EP_BUFSIZE, please update to use the new name #define CFG_TUD_HID_EP_BUFSIZE CFG_TUD_HID_BUFSIZE #endif |
