Patch away some asm inlines

This commit is contained in:
bernd 2011-07-25 09:08:07 +02:00
parent 580425615e
commit 1ea859d6f1
1 changed files with 5 additions and 1 deletions

View File

@ -1,2 +1,6 @@
/* AUTOGENERATED SOURCE FILE */
/* Include this header first
Otherwise it´s static inline functions would become invalid "static static" declarations */
#include "lpc134x.h"
/* now get rid of inline functions in the source file - luckily they´re not already static */
#define inline static
#include "../../../firmware/funk/nrf24l01p.c"