mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 11:21: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
@ -10,7 +10,7 @@
|
||||
|
||||
%apply int {mraa::Edge};
|
||||
%apply float *INOUT { float *x, float *y, float *z };
|
||||
%apply unsigned char[] {uint8_t *};
|
||||
%apply signed char[] {uint8_t *};
|
||||
|
||||
%{
|
||||
#include "mpu60x0.h"
|
||||
|
Reference in New Issue
Block a user