optimize code standard

This commit is contained in:
Liu_Weichao
2021-04-30 16:01:38 +08:00
parent 3ba05d0a71
commit adcfd5e7f6
70 changed files with 1596 additions and 1773 deletions

View File

@@ -29,7 +29,7 @@ extern "C" {
struct HwtimerCallBackInfo
{
void (*TimeoutCb) (void* param);
void (*timeout_callback) (void* param);
void *param;
};

View File

@@ -33,7 +33,7 @@ extern "C" {
#define I2C_ADDR_10BIT (1u << 2)
#define I2C_NO_START (1u << 4)
#define I2C_IGNORE_NACK (1u << 5)
#define I2C_NO_READ_ACK (1u << 6)
#define I2C_NO_READ_ACK (1u << 6)
struct I2cDataStandard
{