optimize code standard
This commit is contained in:
@@ -29,7 +29,7 @@ extern "C" {
|
||||
|
||||
struct HwtimerCallBackInfo
|
||||
{
|
||||
void (*TimeoutCb) (void* param);
|
||||
void (*timeout_callback) (void* param);
|
||||
void *param;
|
||||
};
|
||||
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user