diff options
| author | hathach <[email protected]> | 2018-09-04 14:20:30 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-09-04 14:20:51 +0700 |
| commit | 8600c4b6168c652347cab9a6b82aaabcf0e481eb (patch) | |
| tree | 695c9a6cf8887b94c265c9e11daf6eebd6222302 /src/device | |
| parent | e6fdfe8ac722a8b3ba89e47e827e7297195f9a99 (diff) | |
adding mynewt to osal
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/usbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/usbd.c b/src/device/usbd.c index 2f760808b..89dd4b722 100644 --- a/src/device/usbd.c +++ b/src/device/usbd.c @@ -335,7 +335,7 @@ static tusb_error_t proc_control_request_st(uint8_t rhport, tusb_control_request {
OSAL_SUBTASK_BEGIN
- tusb_error_t error;
+ ATTR_UNUSED tusb_error_t error;
error = TUSB_ERROR_NONE;
//------------- Standard Request e.g in enumeration -------------//
|
