summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/wt5001/javaupm_wt5001.i
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/src/wt5001/javaupm_wt5001.i')
-rw-r--r--peripheral/libupm/src/wt5001/javaupm_wt5001.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/peripheral/libupm/src/wt5001/javaupm_wt5001.i b/peripheral/libupm/src/wt5001/javaupm_wt5001.i
index dd9c9dc..fa38c56 100644
--- a/peripheral/libupm/src/wt5001/javaupm_wt5001.i
+++ b/peripheral/libupm/src/wt5001/javaupm_wt5001.i
@@ -14,7 +14,7 @@
%apply uint8_t *OUTPUT { uint8_t *hour, uint8_t *minute, uint8_t *second };
%{
- #include "wt5001.hpp"
+ #include "wt5001.h"
speed_t int_B9600 = B9600;
%}
@@ -30,7 +30,7 @@ READDATA_EXCEPTION(getNumFiles(WT5001_PLAYSOURCE_T psrc))
%ignore getCurrentFile(uint16_t *curf);
READDATA_EXCEPTION(getCurrentFile())
-%include "wt5001.hpp"
+%include "wt5001.h"
speed_t int_B9600 = B9600;
%pragma(java) jniclasscode=%{