summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/sx1276/javaupm_sx1276.i
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/src/sx1276/javaupm_sx1276.i')
-rw-r--r--peripheral/libupm/src/sx1276/javaupm_sx1276.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/peripheral/libupm/src/sx1276/javaupm_sx1276.i b/peripheral/libupm/src/sx1276/javaupm_sx1276.i
index 8b1dd8a..61bb24b 100644
--- a/peripheral/libupm/src/sx1276/javaupm_sx1276.i
+++ b/peripheral/libupm/src/sx1276/javaupm_sx1276.i
@@ -6,13 +6,13 @@
%include "../java_buffer.i"
%{
- #include "sx1276.hpp"
+ #include "sx1276.h"
%}
%ignore send(uint8_t *buffer, uint8_t size, int txTimeout);
%ignore getRxBuffer();
-%include "sx1276.hpp"
+%include "sx1276.h"
%pragma(java) jniclasscode=%{
static {