summaryrefslogtreecommitdiff
path: root/stm/stm32fxxx_it.h
diff options
context:
space:
mode:
authorDamien <damien.p.george@gmail.com>2013-10-19 14:40:54 +0100
committerDamien <damien.p.george@gmail.com>2013-10-19 14:40:54 +0100
commit00ff04fc4932fc7c3fc2f9b9074f11c189045dad (patch)
treedcd6d14ed9ea2874f5c675aa877e5dd4982398bd /stm/stm32fxxx_it.h
parent995b8aabb1ee786a4070d6d8392750ff878d53fa (diff)
Working SysTick, code factoring, some boot-up code.
Diffstat (limited to 'stm/stm32fxxx_it.h')
-rw-r--r--stm/stm32fxxx_it.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/stm/stm32fxxx_it.h b/stm/stm32fxxx_it.h
index 230b1ac7b..c53b24340 100644
--- a/stm/stm32fxxx_it.h
+++ b/stm/stm32fxxx_it.h
@@ -49,7 +49,6 @@ void UsageFault_Handler(void);
void SVC_Handler(void);
void DebugMon_Handler(void);
void PendSV_Handler(void);
-void SysTick_Handler(void);
#ifdef __cplusplus
}