summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/system-target.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/system-target.h')
-rw-r--r--firmware/target/arm/as3525/system-target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/as3525/system-target.h b/firmware/target/arm/as3525/system-target.h
index 90e5e3a882..e8fce197e4 100644
--- a/firmware/target/arm/as3525/system-target.h
+++ b/firmware/target/arm/as3525/system-target.h
@@ -49,5 +49,5 @@ extern int c200v2_variant;
49#define TIMER_PERIOD (KERNEL_TIMER_FREQ/HZ) 49#define TIMER_PERIOD (KERNEL_TIMER_FREQ/HZ)
50#endif 50#endif
51 51
52void udelay(unsigned short usecs); 52void udelay(unsigned usecs);
53#endif /* SYSTEM_TARGET_H */ 53#endif /* SYSTEM_TARGET_H */