mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
java: eliminated SWIGTYPE_speed_t and corrected typo
Signed-off-by: Stefan Andritoiu <stefan.andritoiu@intel.com> Signed-off-by: Andrei Vasiliu <andrei.vasiliu@intel.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
c7389d0cb6
commit
a81b1836a3
@ -3,6 +3,7 @@
|
||||
%include "upm_exception.i"
|
||||
|
||||
%typemap(out) mraa_result_t = int;
|
||||
%apply int { speed_t };
|
||||
|
||||
#if (SWIG_JAVASCRIPT_V8)
|
||||
%{
|
||||
|
@ -1,4 +1,4 @@
|
||||
%module jacaupm_wt5001
|
||||
%module javaupm_wt5001
|
||||
%include "../upm.i"
|
||||
%include "stdint.i"
|
||||
%include "typemaps.i"
|
||||
|
Loading…
x
Reference in New Issue
Block a user