Signed-off-by: Kris Bahnsen <Kris@KBEmbedded.com>
@@ -10,6 +10,10 @@
#include <furi_hal.h>
#include <stdint.h>
+#ifdef __cplusplus
+extern "C" {
+#endif
+
typedef enum {
/* Flipper drives the clock line */
/* Unsupported at this time */
@@ -75,4 +79,8 @@ void *gblink_alloc(struct gblink_def *gblink_def);
void gblink_free(void *handle);
+{
#endif // __GBLINK_H__