summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/xbee/pyupm_xbee.i
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/src/xbee/pyupm_xbee.i')
-rw-r--r--peripheral/libupm/src/xbee/pyupm_xbee.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/peripheral/libupm/src/xbee/pyupm_xbee.i b/peripheral/libupm/src/xbee/pyupm_xbee.i
index 12433de..a895f54 100644
--- a/peripheral/libupm/src/xbee/pyupm_xbee.i
+++ b/peripheral/libupm/src/xbee/pyupm_xbee.i
@@ -8,7 +8,7 @@
%feature("autodoc", "3");
%{
- #include "xbee.hpp"
+ #include "xbee.h"
%}
-%include "xbee.hpp"
+%include "xbee.h"
%array_class(char, charArray);