From dbaf6c0d30657ec1659ddb13269edc4ae28b7bc2 Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 22 Mar 2013 17:08:51 +0700 Subject: - fix bug when unplugged unmounted-already device (mostly plugged when power on) - add hal_debugger_is_attached & hal_debugger_breakpoint - assert will suspend (place breakpoint) if the condition is failed and debugger is attached. Otherwise, a message to uart is printed - fix get control qhd function when dev_addr is not zero (shifted 1) - fix wrong logic for unsupported class --- tinyusb/common/errors.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tinyusb/common/errors.h') diff --git a/tinyusb/common/errors.h b/tinyusb/common/errors.h index 81bb5cce6..826e8dd44 100644 --- a/tinyusb/common/errors.h +++ b/tinyusb/common/errors.h @@ -49,6 +49,7 @@ #ifndef _TUSB_ERRORS_H_ #define _TUSB_ERRORS_H_ +#include "primitive_types.h" #include "tusb_option.h" #ifdef __cplusplus -- cgit v1.3.1