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

7 lines
309 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/* 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"