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