From 132391752e8e064f5d79356befea6fcbb033ae93 Mon Sep 17 00:00:00 2001 From: "Ruslan V. Uss" Date: Wed, 27 Dec 2017 00:33:59 +0500 Subject: [PATCH] MAX7219 driver fix --- extras/max7219/max7219.h | 1 - 1 file changed, 1 deletion(-) diff --git a/extras/max7219/max7219.h b/extras/max7219/max7219.h index 127d6c0..59756d4 100644 --- a/extras/max7219/max7219.h +++ b/extras/max7219/max7219.h @@ -89,7 +89,6 @@ void max7219_clear(const max7219_display_t *disp); void max7219_draw_text(const max7219_display_t *disp, uint8_t pos, const char *s); #ifdef __cplusplus -extern "C" } #endif