Private
Public Access
2
0

hook: change structure to pointer

Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
Thomas Ingleby
2014-07-14 15:21:28 +01:00
parent b74759e973
commit fb030b5e9f
7 changed files with 37 additions and 35 deletions

View File

@@ -30,7 +30,7 @@
#include "intel_galileo_rev_g.h"
mraa_board_t*
mraa_intel_galileo_gen2(mraa_adv_func_t* adv)
mraa_intel_galileo_gen2()
{
mraa_board_t* b = (mraa_board_t*) malloc(sizeof(mraa_board_t));
if (b == NULL)