added decode combo function for jni call
This commit is contained in:
@@ -32,6 +32,11 @@ extern "C"
|
||||
#define FORMAT_HEX 16
|
||||
#define FORMAT_DECIMAL 10
|
||||
|
||||
// #define USE_DYNAMIC_TAG 1
|
||||
|
||||
#if defined USE_DYNAMIC_TAG
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
|
||||
typedef unsigned char UINT8;
|
||||
typedef signed char INT8;
|
||||
@@ -60,6 +65,7 @@ void noprint(const char *fmt, ...);
|
||||
#define ir_printf noprint
|
||||
#endif
|
||||
#define USER_DATA_SIZE 1636
|
||||
// #define USER_DATA_SIZE 4096
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user