mirror of
https://github.com/eclipse/upm.git
synced 2025-09-13 05:34:52 +03:00
java: eliminated SWIGTYPE_p_mraa_result_t
Signed-off-by: Stefan Andritoiu <stefan.andritoiu@intel.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:

committed by
Mihai Tudor Panu

parent
78a159594b
commit
8b9267c253
@@ -4,7 +4,7 @@
|
||||
%{
|
||||
#include "grove.h"
|
||||
%}
|
||||
|
||||
/*
|
||||
%typemap(jni) mraa_result_t "jint"
|
||||
%typemap(jstype) mraa_result_t "int"
|
||||
%typemap(jtype) mraa_result_t "int"
|
||||
@@ -18,6 +18,6 @@
|
||||
%typemap(out) mraa_result_t {
|
||||
$result = (int)$1;
|
||||
}
|
||||
|
||||
*/
|
||||
%include "grove.h"
|
||||
|
||||
|
Reference in New Issue
Block a user