mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
lcm1602/jhd1313m1: temporarily rename headers to avoid duplicates
This should be reverted when these 2 classes are removed from the i2clcd library. Will also require updating all the examples to load the new modules instead. Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
@ -2,7 +2,7 @@ upm_mixed_module_init (NAME jhd1313m1
|
||||
DESCRIPTION "LCD Display Driver for the JHD1313M1 Controller for HD44780-based Displays"
|
||||
C_HDR jhd1313m1.h
|
||||
C_SRC jhd1313m1.c
|
||||
CPP_HDR jhd1313m1.hpp
|
||||
CPP_HDR jhd1313m1.hxx
|
||||
CPP_SRC jhd1313m1.cxx
|
||||
# FTI_SRC jhd1313m1_fti.c
|
||||
CPP_WRAPS_C
|
||||
|
@ -23,9 +23,9 @@
|
||||
}
|
||||
|
||||
%include "jhd1313m1.h"
|
||||
%include "jhd1313m1.hpp"
|
||||
%include "jhd1313m1.hxx"
|
||||
%{
|
||||
#include "jhd1313m1.hpp"
|
||||
#include "jhd1313m1.hxx"
|
||||
%}
|
||||
|
||||
%pragma(java) jniclasscode=%{
|
||||
|
@ -35,7 +35,7 @@
|
||||
#include <stdexcept>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "jhd1313m1.hpp"
|
||||
#include "jhd1313m1.hxx"
|
||||
|
||||
using namespace upm;
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
%include "../carrays_uint8_t.i"
|
||||
|
||||
%include "jhd1313m1.h"
|
||||
%include "jhd1313m1.hpp"
|
||||
%include "jhd1313m1.hxx"
|
||||
%{
|
||||
#include "jhd1313m1.hpp"
|
||||
#include "jhd1313m1.hxx"
|
||||
%}
|
||||
|
@ -7,7 +7,7 @@
|
||||
%feature("autodoc", "3");
|
||||
|
||||
%include "jhd1313m1.h"
|
||||
%include "jhd1313m1.hpp"
|
||||
%include "jhd1313m1.hxx"
|
||||
%{
|
||||
#include "jhd1313m1.hpp"
|
||||
#include "jhd1313m1.hxx"
|
||||
%}
|
||||
|
Reference in New Issue
Block a user