mirror of
https://github.com/eclipse/upm.git
synced 2025-10-29 22:24:48 +03:00
java: removed unnecessary method definitions from htu21d and ozw interface file
Signed-off-by: Stefan Andritoiu <stefan.andritoiu@gmail.com>
This commit is contained in:
committed by
sisinty sasmita patra
parent
fe9254c004
commit
b32e4911ab
@@ -7,10 +7,6 @@
|
|||||||
|
|
||||||
%apply unsigned char *OUTPUT { uint8_t *val };
|
%apply unsigned char *OUTPUT { uint8_t *val };
|
||||||
|
|
||||||
%inline %{
|
|
||||||
extern void setValueAsBytes(int nodeId, int index, uint8_t *val, uint8_t len);
|
|
||||||
%}
|
|
||||||
|
|
||||||
%include "ozw.hpp"
|
%include "ozw.hpp"
|
||||||
%{
|
%{
|
||||||
#include "ozw.hpp"
|
#include "ozw.hpp"
|
||||||
|
|||||||
Reference in New Issue
Block a user