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:
Stefan Andritoiu 2017-04-05 18:50:50 +03:00 committed by sisinty sasmita patra
parent fe9254c004
commit b32e4911ab

View File

@ -7,10 +7,6 @@
%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"