mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +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
@ -2,7 +2,7 @@
|
||||
%include "../upm.i"
|
||||
%include "arrays_java.i";
|
||||
|
||||
%apply unsigned char[] {uint8_t *};
|
||||
%apply signed char[] {uint8_t *};
|
||||
|
||||
%{
|
||||
#include "mpr121.h"
|
||||
|
Reference in New Issue
Block a user