From c036efff1ddbbbc0eee87e5d298ebe0f94b442be Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 9 Apr 2013 02:13:18 +0700 Subject: adding code to allow configure MIC2555 to pull down D+/D- (still need bit bangding I2C on PB_0 PB_1) add back port reset after get 8 bytes of device descriptor --- tinyusb/common/assertion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tinyusb/common') diff --git a/tinyusb/common/assertion.h b/tinyusb/common/assertion.h index 82a9c05fb..2a807b054 100644 --- a/tinyusb/common/assertion.h +++ b/tinyusb/common/assertion.h @@ -57,7 +57,7 @@ extern "C" #endif #include "tusb_option.h" -#include "hal/hal.h" +#include "hal/hal.h" // TODO find a way to break hal dependency //--------------------------------------------------------------------+ // Compile-time Assert -- cgit v1.3.1