mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-14 14:08:19 +08:00
修复代码错误
This commit is contained in:
@@ -83,12 +83,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_1,
|
||||
@@ -101,17 +95,6 @@ typedef enum
|
||||
MICO_PWM_NONE,
|
||||
} mico_pwm_t;
|
||||
|
||||
typedef enum
|
||||
{
|
||||
MICO_GTIMER_1,
|
||||
MICO_GTIMER_2,
|
||||
MICO_GTIMER_3,
|
||||
MICO_GTIMER_4,
|
||||
MICO_GTIMER_5,
|
||||
MICO_GTIMER_MAX, /* Denotes the total number of GTIMER port aliases. Not a valid GTIMER alias */
|
||||
MICO_GTIMER_NONE,
|
||||
} mico_gtimer_t;
|
||||
|
||||
typedef enum
|
||||
{
|
||||
MICO_ADC_1,
|
||||
|
||||
@@ -85,10 +85,6 @@
|
||||
* Platform provide OTA temporary partition as secondary application partition */
|
||||
//#define MICO_ENABLE_SECONDARY_APPLICATION
|
||||
|
||||
/************************************************************************
|
||||
* Support Easylink&softap mode */
|
||||
#define MICO_EASYLINK_AND_SOFTAP_ENABLED
|
||||
|
||||
/******************************************************
|
||||
* Enumerations
|
||||
******************************************************/
|
||||
|
||||
Reference in New Issue
Block a user