From 1ea859d6f1a3ec4968cc085e79f84d0a07f79c9f Mon Sep 17 00:00:00 2001 From: bernd Date: Mon, 25 Jul 2011 09:08:07 +0200 Subject: [PATCH] Patch away some asm inlines --- simulat0r/firmware/funk/nrf24l01p.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/simulat0r/firmware/funk/nrf24l01p.c b/simulat0r/firmware/funk/nrf24l01p.c index e8c5db4..92b816d 100644 --- a/simulat0r/firmware/funk/nrf24l01p.c +++ b/simulat0r/firmware/funk/nrf24l01p.c @@ -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"