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