mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-14 14:08:19 +08:00
修复代码错误
This commit is contained in:
0
mico-os/board/MK3165/flash_prog.elf
Normal file → Executable file
0
mico-os/board/MK3165/flash_prog.elf
Normal file → Executable file
@@ -33,7 +33,7 @@ APP_OFFSET:= 0xC000
|
||||
|
||||
#ate firmware
|
||||
ATE_BIN_FILE := $(MICO_OS_PATH)/resources/ate_firmware/3165/ate.bin
|
||||
ATE_OFFSET:= 0x80000
|
||||
ATE_OFFSET:= 0x7FFFF
|
||||
|
||||
#wifi firmware
|
||||
|
||||
|
||||
@@ -255,12 +255,6 @@ typedef enum
|
||||
MICO_I2C_NONE,
|
||||
} mico_i2c_t;
|
||||
|
||||
typedef enum
|
||||
{
|
||||
MICO_IIS_MAX, /* Denotes the total number of IIS port aliases. Not a valid IIS alias */
|
||||
MICO_IIS_NONE,
|
||||
} mico_iis_t;
|
||||
|
||||
typedef enum
|
||||
{
|
||||
MICO_PWM_MAX, /* Denotes the total number of PWM port aliases. Not a valid PWM alias */
|
||||
|
||||
Reference in New Issue
Block a user