Fix problem with missing USB HID headers

This commit is contained in:
Roger Clark 2016-07-18 17:49:38 +10:00
parent c53a418700
commit d653a8a774
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,8 @@
* IMPORTANT: this API is unstable, and may change without notice.
*/
#ifdef USB_SERIAL
#ifndef _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