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