Private
Public Access
2
0

mraa: make platform info more available internally

* available with mraa_internal header

Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
Thomas Ingleby
2014-07-14 16:56:12 +01:00
parent fb030b5e9f
commit 3d5512c15e
2 changed files with 2 additions and 2 deletions

View File

@@ -33,6 +33,7 @@ extern "C" {
#include "mraa_adv_func.h"
extern mraa_adv_func_t* advance_func;
extern mraa_board_t* plat;
/** Setup gpio
*

View File

@@ -34,8 +34,7 @@
#include "gpio.h"
#include "version.h"
//static mraa_pininfo_t* pindata;
static mraa_board_t* plat = NULL;
mraa_board_t* plat = NULL;
static mraa_platform_t platform_type = MRAA_UNKNOWN_PLATFORM;
mraa_adv_func_t* advance_func;