diff options
| author | hathach <[email protected]> | 2018-03-02 19:00:03 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-02 19:00:03 +0700 |
| commit | bc9274591fe4b1b21cbe85aa9a4ebf4e8d2723e9 (patch) | |
| tree | 6cd40c5bd3db6dbfd272d425e62a4438a8245885 /tinyusb/common/tusb_types.h | |
| parent | acb01b5a2477b483b5fa51c325e9e80839b4f033 (diff) | |
clean up compiler
Diffstat (limited to 'tinyusb/common/tusb_types.h')
| -rw-r--r-- | tinyusb/common/tusb_types.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tinyusb/common/tusb_types.h b/tinyusb/common/tusb_types.h index 7f774e13d..d156d5e02 100644 --- a/tinyusb/common/tusb_types.h +++ b/tinyusb/common/tusb_types.h @@ -203,7 +203,6 @@ enum { INTERFACE_INVALID_NUMBER = 0xff
};
-static inline uint8_t std_class_code_to_index(uint8_t std_class_code) ATTR_CONST ATTR_ALWAYS_INLINE;
static inline uint8_t std_class_code_to_index(uint8_t std_class_code)
{
return (std_class_code <= TUSB_CLASS_AUDIO_VIDEO ) ? std_class_code :
|
