Fix problem with missing USB HID headers
This commit is contained in:
parent
c53a418700
commit
d653a8a774
|
@ -31,6 +31,8 @@
|
||||||
* IMPORTANT: this API is unstable, and may change without notice.
|
* IMPORTANT: this API is unstable, and may change without notice.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef USB_SERIAL
|
||||||
|
|
||||||
#ifndef _LIBMAPLE_USB_CDCACM_H_
|
#ifndef _LIBMAPLE_USB_CDCACM_H_
|
||||||
#define _LIBMAPLE_USB_CDCACM_H_
|
#define _LIBMAPLE_USB_CDCACM_H_
|
||||||
|
|
||||||
|
@ -178,3 +180,5 @@ static inline __always_inline void usb_cdcacm_remove_hooks(unsigned hook_flags)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue