summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/hmtrp/javaupm_hmtrp.i
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/src/hmtrp/javaupm_hmtrp.i')
-rw-r--r--peripheral/libupm/src/hmtrp/javaupm_hmtrp.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/peripheral/libupm/src/hmtrp/javaupm_hmtrp.i b/peripheral/libupm/src/hmtrp/javaupm_hmtrp.i
index 6d4c4de..2f38e06 100644
--- a/peripheral/libupm/src/hmtrp/javaupm_hmtrp.i
+++ b/peripheral/libupm/src/hmtrp/javaupm_hmtrp.i
@@ -12,7 +12,7 @@
%apply uint8_t *OUTPUT { uint8_t *strength };
%{
- #include "hmtrp.hpp"
+ #include "hmtrp.h"
speed_t int_B9600 = B9600;
%}
@@ -22,7 +22,7 @@ READDATA_EXCEPTION(getRFSignalStrength())
%ignore getModSignalStrength(uint8_t *strength);
READDATA_EXCEPTION(getModSignalStrength())
-%include "hmtrp.hpp"
+%include "hmtrp.h"
speed_t int_B9600 = B9600;
%pragma(java) jniclasscode=%{