summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/ublox6/javaupm_ublox6.i
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/src/ublox6/javaupm_ublox6.i')
-rw-r--r--peripheral/libupm/src/ublox6/javaupm_ublox6.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/peripheral/libupm/src/ublox6/javaupm_ublox6.i b/peripheral/libupm/src/ublox6/javaupm_ublox6.i
index d8f6e5a..c5f0777 100644
--- a/peripheral/libupm/src/ublox6/javaupm_ublox6.i
+++ b/peripheral/libupm/src/ublox6/javaupm_ublox6.i
@@ -3,11 +3,11 @@
%include "../java_buffer.i"
%{
- #include "ublox6.hpp"
+ #include "ublox6.h"
speed_t int_B9600 = B9600;
%}
-%include "ublox6.hpp"
+%include "ublox6.h"
speed_t int_B9600 = B9600;
%pragma(java) jniclasscode=%{