Fix the introduced long line
This commit is contained in:
parent
5b719daf69
commit
7d88f1e9cf
@ -410,7 +410,8 @@
|
||||
#define I2C_BBPLL 0x66
|
||||
#define I2C_BBPLL_HOSTID 4
|
||||
|
||||
extern int rom_i2c_writeReg(int block, int block_id, int reg_add, int indata);
|
||||
extern int rom_i2c_writeReg(int block, int block_id, int reg_add,
|
||||
int indata);
|
||||
|
||||
#define I2C_WRITEREG_RTC(block, reg_add, indata) \
|
||||
rom_i2c_writeReg(block, block##_HOSTID, reg_add, indata)
|
||||
|
Loading…
Reference in New Issue
Block a user