mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
uartat: add missing uartat_defs.h to SWIG interface files
Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
parent
e8151640a1
commit
806b00c2b7
@ -4,6 +4,7 @@
|
|||||||
%include "stdint.i"
|
%include "stdint.i"
|
||||||
%include "typemaps.i"
|
%include "typemaps.i"
|
||||||
|
|
||||||
|
%include "uartat_defs.h"
|
||||||
%include "uartat.hpp"
|
%include "uartat.hpp"
|
||||||
%{
|
%{
|
||||||
#include "uartat.hpp"
|
#include "uartat.hpp"
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
%include "../upm.i"
|
%include "../upm.i"
|
||||||
%include "std_string.i"
|
%include "std_string.i"
|
||||||
|
|
||||||
|
%include "uartat_defs.h"
|
||||||
%include "uartat.hpp"
|
%include "uartat.hpp"
|
||||||
%{
|
%{
|
||||||
#include "uartat.hpp"
|
#include "uartat.hpp"
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
%feature("autodoc", "3");
|
%feature("autodoc", "3");
|
||||||
|
|
||||||
|
%include "uartat_defs.h"
|
||||||
%include "uartat.hpp"
|
%include "uartat.hpp"
|
||||||
%{
|
%{
|
||||||
#include "uartat.hpp"
|
#include "uartat.hpp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user