summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/adxl345/javaupm_adxl345.i
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/src/adxl345/javaupm_adxl345.i')
-rw-r--r--peripheral/libupm/src/adxl345/javaupm_adxl345.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/peripheral/libupm/src/adxl345/javaupm_adxl345.i b/peripheral/libupm/src/adxl345/javaupm_adxl345.i
index 8087a36..9b759b4 100644
--- a/peripheral/libupm/src/adxl345/javaupm_adxl345.i
+++ b/peripheral/libupm/src/adxl345/javaupm_adxl345.i
@@ -2,7 +2,7 @@
%include "../upm.i"
%{
- #include "adxl345.hpp"
+ #include "adxl345.h"
%}
%typemap(jni) float* "jfloatArray"
@@ -33,7 +33,7 @@
delete [] $1;
}
-%include "adxl345.hpp"
+%include "adxl345.h"
%pragma(java) jniclasscode=%{
static {