mraa_internal: add extern "C" to internal headers
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
committed by
Thomas Ingleby
parent
5845350283
commit
b5b7dec441
@@ -24,9 +24,17 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "mraa_adv_func.h"
|
||||
|
||||
#define MRAA_INTEL_GALILEO_REV_D_PINCOUNT 25
|
||||
|
||||
mraa_board_t*
|
||||
mraa_intel_galileo_rev_d(mraa_adv_func* adv);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user