summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/adxl335/pyupm_adxl335.i
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/src/adxl335/pyupm_adxl335.i')
-rw-r--r--peripheral/libupm/src/adxl335/pyupm_adxl335.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/peripheral/libupm/src/adxl335/pyupm_adxl335.i b/peripheral/libupm/src/adxl335/pyupm_adxl335.i
index 4618c92..ea4f240 100644
--- a/peripheral/libupm/src/adxl335/pyupm_adxl335.i
+++ b/peripheral/libupm/src/adxl335/pyupm_adxl335.i
@@ -9,7 +9,7 @@
%feature("autodoc", "3");
-%include "adxl335.hpp"
+%include "adxl335.h"
%{
- #include "adxl335.hpp"
+ #include "adxl335.h"
%}