mirror of
https://github.com/eclipse/upm.git
synced 2025-12-16 22:05:18 +03:00
a110x: Initial implementation
Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Sarah Knepper <sarah.knepper@intel.com>
This commit is contained in:
committed by
Sarah Knepper
parent
02156d11c8
commit
0b7547231f
9
src/a110x/pyupm_a110x.i
Normal file
9
src/a110x/pyupm_a110x.i
Normal file
@@ -0,0 +1,9 @@
|
||||
%module pyupm_a110x
|
||||
%include "../upm.i"
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
%include "a110x.h"
|
||||
%{
|
||||
#include "a110x.h"
|
||||
%}
|
||||
Reference in New Issue
Block a user