mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
lcm1602/jhd1313m1: use correct library names in interface files
Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
parent
7e64848146
commit
0c0ad04cf9
@ -1,4 +1,4 @@
|
||||
%module javaupm_i2clcd
|
||||
%module javaupm_jhd1313m1
|
||||
%include "../upm.i"
|
||||
%include "stdint.i"
|
||||
%include "typemaps.i"
|
||||
@ -31,7 +31,7 @@
|
||||
%pragma(java) jniclasscode=%{
|
||||
static {
|
||||
try {
|
||||
System.loadLibrary("javaupm_i2clcd");
|
||||
System.loadLibrary("javaupm_jhd1313m1");
|
||||
} catch (UnsatisfiedLinkError e) {
|
||||
System.err.println("Native code library failed to load. \n" + e);
|
||||
System.exit(1);
|
||||
|
@ -1,4 +1,4 @@
|
||||
%module jsupm_i2clcd
|
||||
%module jsupm_jhd1313m1
|
||||
%include "../upm.i"
|
||||
%include "../carrays_uint8_t.i"
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Include doxygen-generated documentation
|
||||
%include "pyupm_doxy2swig.i"
|
||||
%module pyupm_i2clcd
|
||||
%module pyupm_jhd1313m1
|
||||
%include "../upm.i"
|
||||
%include "../carrays_uint8_t.i"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
%module javaupm_i2clcd
|
||||
%module javaupm_lcm1602
|
||||
%include "../upm.i"
|
||||
%include "stdint.i"
|
||||
%include "typemaps.i"
|
||||
@ -31,7 +31,7 @@
|
||||
%pragma(java) jniclasscode=%{
|
||||
static {
|
||||
try {
|
||||
System.loadLibrary("javaupm_i2clcd");
|
||||
System.loadLibrary("javaupm_lcm1602");
|
||||
} catch (UnsatisfiedLinkError e) {
|
||||
System.err.println("Native code library failed to load. \n" + e);
|
||||
System.exit(1);
|
||||
|
@ -1,4 +1,4 @@
|
||||
%module jsupm_i2clcd
|
||||
%module jsupm_lcm1602
|
||||
%include "../upm.i"
|
||||
%include "../carrays_uint8_t.i"
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Include doxygen-generated documentation
|
||||
%include "pyupm_doxy2swig.i"
|
||||
%module pyupm_i2clcd
|
||||
%module pyupm_lcm1602
|
||||
%include "../upm.i"
|
||||
%include "../carrays_uint8_t.i"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user