diff options
| author | hathach <[email protected]> | 2013-04-09 02:13:18 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-04-09 02:13:18 +0700 |
| commit | c036efff1ddbbbc0eee87e5d298ebe0f94b442be (patch) | |
| tree | 0a2be74004c85d6820488d1a5a4c0083de47f404 /tinyusb/common | |
| parent | b0a54cbf8f7a1591fa35d9b5a3a85f0a7bcc89e4 (diff) | |
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
Diffstat (limited to 'tinyusb/common')
| -rw-r--r-- | tinyusb/common/assertion.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
