Private
Public Access
2
0

firmata_mraa.c: Fix type error in uint8 array

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2016-03-16 18:58:56 +00:00
parent 334a57be11
commit 9a5abb7d56
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@
#include <stdio.h>
#include <stdbool.h>
#if defined(IMRAA
#if defined(IMRAA)
#include <json-c/json.h>
#endif