mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-14 14:08:19 +08:00
修复代码错误
This commit is contained in:
@@ -26,7 +26,7 @@ NAME := Board_MK3031B
|
||||
WLAN_CHIP := mw30x
|
||||
WLAN_CHIP_REVISION := _uapsta
|
||||
WLAN_CHIP_FAMILY := MW3xx
|
||||
WLAN_CHIP_FIRMWARE_VER := 14.76.36.p103
|
||||
WLAN_CHIP_FIRMWARE_VER := 14.76.36.p84
|
||||
|
||||
MODULE := 3031B
|
||||
HOST_MCU_FAMILY := MW3xx
|
||||
|
||||
0
mico-os/board/MK3031B/flash_prog.elf
Normal file → Executable file
0
mico-os/board/MK3031B/flash_prog.elf
Normal file → Executable file
@@ -139,14 +139,6 @@ typedef enum
|
||||
MICO_I2C_NONE,
|
||||
} mico_i2c_t;
|
||||
|
||||
typedef enum
|
||||
{
|
||||
MICO_IIS_1,
|
||||
MICO_IIS_2,
|
||||
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_1,
|
||||
|
||||
Reference in New Issue
Block a user