]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/start.c
Initial commit for the firmware. Used the 20090306_ela version as baseline.
[proxmark3-svn] / armsrc / start.c
diff --git a/armsrc/start.c b/armsrc/start.c
new file mode 100644 (file)
index 0000000..52296fc
--- /dev/null
@@ -0,0 +1,12 @@
+//-----------------------------------------------------------------------------\r
+// Just vector to AppMain(). This is in its own file so that I can place it\r
+// with the linker script.\r
+// Jonathan Westhues, Mar 2006\r
+//-----------------------------------------------------------------------------\r
+#include <proxmark3.h>\r
+#include "apps.h"\r
+\r
+void Vector(void)\r
+{\r
+       AppMain();\r
+}\r
Impressum, Datenschutz