From 68e21103e09c7a59292485ab805683760b86e6ba Mon Sep 17 00:00:00 2001 From: Xavi Del Campo Date: Sun, 8 Mar 2020 17:23:03 +0100 Subject: Implemented message protocol, not tested yet --- include/reception.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include/reception.h') diff --git a/include/reception.h b/include/reception.h index 80a6acb..571443a 100644 --- a/include/reception.h +++ b/include/reception.h @@ -1,7 +1,16 @@ #ifndef RECEPTION_H #define RECEPTION_H +#ifdef __cplusplus +extern "C" +{ +#endif + void reception_ev(void); void reception_loop(void); +#ifdef __cplusplus +} +#endif + #endif /* RECEPTION_H */ -- cgit v1.2.3