summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/hmtrp/javaupm_hmtrp.i
diff options
context:
space:
mode:
authorMihai Serban <mihai.serban@intel.com>2016-07-14 18:18:27 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-07-14 18:18:27 +0000
commitcb9e0b2f53f8150f8a9786ffe6ffe7d622e247fe (patch)
tree607e36425166478afcc2c170c4ec346990725b8d /peripheral/libupm/src/hmtrp/javaupm_hmtrp.i
parenta2cc54ecdc4d316d7f615d093a484f4aa00d7525 (diff)
parent4de2569d39d40009e8f440de7143f39804a213bc (diff)
downloadintel-cb9e0b2f53f8150f8a9786ffe6ffe7d622e247fe.tar.gz
libupm: sync with upstream (SHA1: 1849e22)
am: 4de2569d39 Change-Id: I1324e4eed5908383f5942bb23a43890dc8554dec
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 2f38e06..6d4c4de 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.h"
+ #include "hmtrp.hpp"
speed_t int_B9600 = B9600;
%}
@@ -22,7 +22,7 @@ READDATA_EXCEPTION(getRFSignalStrength())
%ignore getModSignalStrength(uint8_t *strength);
READDATA_EXCEPTION(getModSignalStrength())
-%include "hmtrp.h"
+%include "hmtrp.hpp"
speed_t int_B9600 = B9600;
%pragma(java) jniclasscode=%{