Fixing build errors

Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
Abhishek Malik 2016-09-13 17:46:42 -07:00 committed by Noel Eck
parent ea4b1b6aa7
commit 81e4eb07bf
2 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,6 @@ add_example(Emg emg)
add_example(GroveEmg groveemg)
add_example(Gsr gsr)
add_example(GroveGsr grovegsr)
add_example(GroveLed_multiSample grove)
add_example(LEDSample led)
add_example(LightSample light)
add_example(GroveLightSample grove)

View File

@ -1,6 +1,8 @@
%module javaupm_button
%include "../upm.i"
%apply int {mraa::Edge}
%{
#include "button.hpp"
%}