summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/mhz16/pyupm_mhz16.i
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/src/mhz16/pyupm_mhz16.i')
-rw-r--r--peripheral/libupm/src/mhz16/pyupm_mhz16.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/peripheral/libupm/src/mhz16/pyupm_mhz16.i b/peripheral/libupm/src/mhz16/pyupm_mhz16.i
index dee82ae..843b380 100644
--- a/peripheral/libupm/src/mhz16/pyupm_mhz16.i
+++ b/peripheral/libupm/src/mhz16/pyupm_mhz16.i
@@ -9,8 +9,8 @@
/* Send "int *" to JavaScript as intp */
%pointer_functions(int, intp);
%{
- #include "mhz16.hpp"
+ #include "mhz16.h"
speed_t int_B9600 = B9600;
%}
-%include "mhz16.hpp"
+%include "mhz16.h"
speed_t int_B9600 = B9600;