maa.i: remove invalid typemaps to char* and include carrays
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
%include carrays.i
|
||||||
|
|
||||||
#ifdef DOXYGEN
|
#ifdef DOXYGEN
|
||||||
%include common_doc.i
|
%include common_doc.i
|
||||||
%include gpio_class_doc.i
|
%include gpio_class_doc.i
|
||||||
@@ -29,8 +31,6 @@
|
|||||||
|
|
||||||
%rename(getPlatform) maa_get_platform_type;
|
%rename(getPlatform) maa_get_platform_type;
|
||||||
|
|
||||||
%typemap(in) unsigned char* = char*;
|
|
||||||
%typemap(in) uint8_t* = char*;
|
|
||||||
%typemap(in) uint8_t = char;
|
%typemap(in) uint8_t = char;
|
||||||
|
|
||||||
%include "types.h"
|
%include "types.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user