mirror of
https://github.com/eclipse/upm.git
synced 2025-07-06 11:51:10 +03:00
micsv89: Initial support for MICSV89
Signed off by: Marc Graham <marc@m2ag.net> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:

committed by
Mihai Tudor Panu

parent
1040b4e51f
commit
bf856c5fca
9
src/micsv89/pyupm_micsv89.i
Normal file
9
src/micsv89/pyupm_micsv89.i
Normal file
@ -0,0 +1,9 @@
|
||||
%module pyupm_micsv89
|
||||
%include "../upm.i"
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
%include "micsv89.h"
|
||||
%{
|
||||
#include "micsv89.h"
|
||||
%}
|
Reference in New Issue
Block a user