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