crashtest-r0ket/simulat0r/firmware/funk/nrf24l01p.c

7 lines
309 B
C
Raw Normal View History

2011-07-25 07:08:07 +00:00
/* 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
2011-07-19 08:09:03 +00:00
#include "../../../firmware/funk/nrf24l01p.c"