]> git.zerfleddert.de Git - proxmark3-svn/blame - armsrc/start.c
- Added new Makefile.linux in bootrom directory
[proxmark3-svn] / armsrc / start.c
CommitLineData
6658905f 1//-----------------------------------------------------------------------------\r
2// Just vector to AppMain(). This is in its own file so that I can place it\r
3// with the linker script.\r
4// Jonathan Westhues, Mar 2006\r
5//-----------------------------------------------------------------------------\r
6#include <proxmark3.h>\r
7#include "apps.h"\r
8\r
9void Vector(void)\r
10{\r
11 AppMain();\r
12}\r
Impressum, Datenschutz