summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/ublox6/javaupm_ublox6.i
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/src/ublox6/javaupm_ublox6.i')
-rw-r--r--peripheral/libupm/src/ublox6/javaupm_ublox6.i22
1 files changed, 0 insertions, 22 deletions
diff --git a/peripheral/libupm/src/ublox6/javaupm_ublox6.i b/peripheral/libupm/src/ublox6/javaupm_ublox6.i
deleted file mode 100644
index c5f0777..0000000
--- a/peripheral/libupm/src/ublox6/javaupm_ublox6.i
+++ /dev/null
@@ -1,22 +0,0 @@
-%module javaupm_ublox6
-%include "../upm.i"
-%include "../java_buffer.i"
-
-%{
- #include "ublox6.h"
- speed_t int_B9600 = B9600;
-%}
-
-%include "ublox6.h"
-speed_t int_B9600 = B9600;
-
-%pragma(java) jniclasscode=%{
- static {
- try {
- System.loadLibrary("javaupm_ublox6");
- } catch (UnsatisfiedLinkError e) {
- System.err.println("Native code library failed to load. \n" + e);
- System.exit(1);
- }
- }
-%} \ No newline at end of file