summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/hmtrp/pyupm_hmtrp.i
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/src/hmtrp/pyupm_hmtrp.i')
-rw-r--r--peripheral/libupm/src/hmtrp/pyupm_hmtrp.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/peripheral/libupm/src/hmtrp/pyupm_hmtrp.i b/peripheral/libupm/src/hmtrp/pyupm_hmtrp.i
index 8cb96e3..3898382 100644
--- a/peripheral/libupm/src/hmtrp/pyupm_hmtrp.i
+++ b/peripheral/libupm/src/hmtrp/pyupm_hmtrp.i
@@ -11,9 +11,9 @@
%feature("autodoc", "3");
-%include "hmtrp.hpp"
+%include "hmtrp.h"
%{
- #include "hmtrp.hpp"
+ #include "hmtrp.h"
speed_t int_B9600 = B9600;
%}
speed_t int_B9600 = B9600;