summaryrefslogtreecommitdiff
path: root/firmware/target/arm/tcc780x/cowond2/usb-cowond2.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/tcc780x/cowond2/usb-cowond2.c')
-rw-r--r--firmware/target/arm/tcc780x/cowond2/usb-cowond2.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/firmware/target/arm/tcc780x/cowond2/usb-cowond2.c b/firmware/target/arm/tcc780x/cowond2/usb-cowond2.c
index 5d27f9c912..3519bf9200 100644
--- a/firmware/target/arm/tcc780x/cowond2/usb-cowond2.c
+++ b/firmware/target/arm/tcc780x/cowond2/usb-cowond2.c
@@ -18,10 +18,7 @@
18 ****************************************************************************/ 18 ****************************************************************************/
19 19
20#include "config.h" 20#include "config.h"
21#include "cpu.h" 21#include <stdbool.h>
22#include "system.h"
23#include "kernel.h"
24#include "ata.h"
25 22
26/* USB detect is currently unknown */ 23/* USB detect is currently unknown */
27inline bool usb_detect(void) 24inline bool usb_detect(void)