summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/gas/javaupm_gas.i
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/src/gas/javaupm_gas.i')
-rw-r--r--peripheral/libupm/src/gas/javaupm_gas.i40
1 files changed, 20 insertions, 20 deletions
diff --git a/peripheral/libupm/src/gas/javaupm_gas.i b/peripheral/libupm/src/gas/javaupm_gas.i
index 6e87530..fc3b016 100644
--- a/peripheral/libupm/src/gas/javaupm_gas.i
+++ b/peripheral/libupm/src/gas/javaupm_gas.i
@@ -3,16 +3,16 @@
%include "typemaps.i"
%{
- #include "gas.hpp"
- #include "mq2.hpp"
- #include "mq3.hpp"
- #include "mq4.hpp"
- #include "mq5.hpp"
- #include "mq6.hpp"
- #include "mq7.hpp"
- #include "mq8.hpp"
- #include "mq9.hpp"
- #include "tp401.hpp"
+ #include "gas.h"
+ #include "mq2.h"
+ #include "mq3.h"
+ #include "mq4.h"
+ #include "mq5.h"
+ #include "mq6.h"
+ #include "mq7.h"
+ #include "mq8.h"
+ #include "mq9.h"
+ #include "tp401.h"
%}
%typemap(jni) (uint16_t *buffer, int len) "jshortArray";
@@ -45,16 +45,16 @@
JCALL3(ReleaseShortArrayElements, jenv, $input, (jshort *)$2, 0);
}
-%include "gas.hpp"
-%include "mq2.hpp"
-%include "mq3.hpp"
-%include "mq4.hpp"
-%include "mq5.hpp"
-%include "mq6.hpp"
-%include "mq7.hpp"
-%include "mq8.hpp"
-%include "mq9.hpp"
-%include "tp401.hpp"
+%include "gas.h"
+%include "mq2.h"
+%include "mq3.h"
+%include "mq4.h"
+%include "mq5.h"
+%include "mq6.h"
+%include "mq7.h"
+%include "mq8.h"
+%include "mq9.h"
+%include "tp401.h"
%pragma(java) jniclasscode=%{
static {