]> git.zerfleddert.de Git - proxmark3-svn/blame - armsrc/start.c
Add Makefile for fpga directory (Windows codepath is untested, in any case, go.bat...
[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
e73e7172 9void __attribute__((section(".startos"))) Vector(void)\r
6658905f 10{\r
11 AppMain();\r
12}\r
Impressum, Datenschutz