summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/tm1637/javaupm_tm1637.i
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/src/tm1637/javaupm_tm1637.i')
-rw-r--r--peripheral/libupm/src/tm1637/javaupm_tm1637.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/peripheral/libupm/src/tm1637/javaupm_tm1637.i b/peripheral/libupm/src/tm1637/javaupm_tm1637.i
index a0e5546..b6d283f 100644
--- a/peripheral/libupm/src/tm1637/javaupm_tm1637.i
+++ b/peripheral/libupm/src/tm1637/javaupm_tm1637.i
@@ -11,10 +11,10 @@
%apply uint8_t *INPUT { uint8_t *digits }
%{
- #include "tm1637.h"
+ #include "tm1637.hpp"
%}
-%include "tm1637.h"
+%include "tm1637.hpp"
%pragma(java) jniclasscode=%{