summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/ublox6/jsupm_ublox6.i
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/src/ublox6/jsupm_ublox6.i')
-rw-r--r--peripheral/libupm/src/ublox6/jsupm_ublox6.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/peripheral/libupm/src/ublox6/jsupm_ublox6.i b/peripheral/libupm/src/ublox6/jsupm_ublox6.i
index e255681..12c7552 100644
--- a/peripheral/libupm/src/ublox6/jsupm_ublox6.i
+++ b/peripheral/libupm/src/ublox6/jsupm_ublox6.i
@@ -4,10 +4,10 @@
%include "carrays.i"
%{
- #include "ublox6.hpp"
+ #include "ublox6.h"
speed_t int_B9600 = B9600;
%}
-%include "ublox6.hpp"
+%include "ublox6.h"
speed_t int_B9600 = B9600;
%array_class(char, charArray);