Merge branch 'master' of github.com:c3d2/pentabug

This commit is contained in:
Thammi 2012-10-13 16:33:11 +02:00
commit 801a3bc52b

View File

@ -3,6 +3,14 @@
#include <inttypes.h>
/*
* REGISTER makro exploits special avr-libc startup code voodo.
* This could be understood by reading
* http://www.nongnu.org/avr-libc/user-manual/mem_sections.html
*
* */
#define MAX_FUNS 16
#define REGISTER(fun) static void init(void) __attribute__ ((naked, used, section (".init8"))); \
void init(void) { \