]> oss.titaniummirror.com Git - msp430-libc.git/blobdiff - src/stdlib/_unexpected_.S
Imported msp430-libc-20100207
[msp430-libc.git] / src / stdlib / _unexpected_.S
diff --git a/src/stdlib/_unexpected_.S b/src/stdlib/_unexpected_.S
new file mode 100644 (file)
index 0000000..c5c4abc
--- /dev/null
@@ -0,0 +1,17 @@
+/*****************************************************************
+ * unexpected interrupt vector handler
+ * can be overwriten by user function with the same name:
+ * interrupt(NOVECTOR) _unexpected_() 
+ * {
+ *
+ * }
+ *
+ *****************************************************************/
+
+        .weak   _unexpected_
+
+        .text
+        .p2align 1,0
+        
+_unexpected_:
+        reti