summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/ublox6/pyupm_ublox6.i
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/src/ublox6/pyupm_ublox6.i')
-rw-r--r--peripheral/libupm/src/ublox6/pyupm_ublox6.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/peripheral/libupm/src/ublox6/pyupm_ublox6.i b/peripheral/libupm/src/ublox6/pyupm_ublox6.i
index dc1c378..8567d50 100644
--- a/peripheral/libupm/src/ublox6/pyupm_ublox6.i
+++ b/peripheral/libupm/src/ublox6/pyupm_ublox6.i
@@ -8,10 +8,10 @@
%feature("autodoc", "3");
%{
- #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);