mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 10:28:54 +00:00
v1.1.1
This commit is contained in:
@@ -19,7 +19,7 @@ extern "C" {
|
||||
/* Luban-Lite version information */
|
||||
#define LL_VERSION 1 /**< major version number */
|
||||
#define LL_SUBVERSION 1 /**< minor version number */
|
||||
#define LL_REVISION 0 /**< revise version number */
|
||||
#define LL_REVISION 1 /**< revise version number */
|
||||
|
||||
typedef __signed__ char s8;
|
||||
typedef unsigned char u8;
|
||||
@@ -384,6 +384,9 @@ typedef enum {
|
||||
#endif
|
||||
#ifdef AIC_DRAM_CMA_EN
|
||||
MEM_DRAM_CMA,
|
||||
#endif
|
||||
#ifdef AIC_BOOTLOADER
|
||||
MEM_RESERVED,
|
||||
#endif
|
||||
MAX_MEM_REGION,
|
||||
} aic_mem_region_t;
|
||||
|
||||
Reference in New Issue
Block a user