]> git.zerfleddert.de Git - proxmark3-svn/blob - armsrc/start.c
Initial commit for the firmware. Used the 20090306_ela version as baseline.
[proxmark3-svn] / armsrc / start.c
1 //-----------------------------------------------------------------------------
2 // Just vector to AppMain(). This is in its own file so that I can place it
3 // with the linker script.
4 // Jonathan Westhues, Mar 2006
5 //-----------------------------------------------------------------------------
6 #include <proxmark3.h>
7 #include "apps.h"
8
9 void Vector(void)
10 {
11 AppMain();
12 }
Impressum, Datenschutz