aboutsummaryrefslogtreecommitdiff
path: root/playground/include/init_high.h
diff options
context:
space:
mode:
Diffstat (limited to 'playground/include/init_high.h')
-rw-r--r--playground/include/init_high.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/playground/include/init_high.h b/playground/include/init_high.h
index c6da514..7b1d555 100644
--- a/playground/include/init_high.h
+++ b/playground/include/init_high.h
@@ -3,13 +3,6 @@
extern "C" {
-void init_high();
-
-/**
- * Declare all the interrupt/event handlers as weak symbols and make them aliases of the default handler.
- */
-extern void Default_Handler() __attribute__((weak));
-
extern void _Reset_Handler();
extern void NMI_Handler();