mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 01:11:10 +03:00
java: in methods taking buffers as arguments, changed buffer type from short[] to byte[]
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
f6c56be5e4
commit
3d74ea9820
@ -3,8 +3,8 @@
|
||||
%include "stdint.i"
|
||||
%include "typemaps.i"
|
||||
%include "arrays_java.i";
|
||||
|
||||
%apply unsigned char[] {uint8_t *};
|
||||
|
||||
%apply signed char[] {uint8_t *};
|
||||
%apply uint8_t *OUTPUT { uint8_t *data };
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user