mirror of
https://github.com/apache/nuttx.git
synced 2026-05-18 08:54:05 +08:00
Cosmetic, fix alignment
This commit is contained in:
@@ -123,8 +123,7 @@ static int ncp5623c_i2c_write_byte(FAR struct ncp5623c_dev_s *priv,
|
||||
/* Write the data (no RESTART) */
|
||||
|
||||
lcdinfo("i2c addr: 0x%02X value: 0x%02X\n", priv->i2c_addr,
|
||||
buffer[0]);
|
||||
|
||||
buffer[0]);
|
||||
|
||||
ret = i2c_write(priv->i2c, &config, buffer, BUFFER_SIZE);
|
||||
if (ret != OK)
|
||||
|
||||
Reference in New Issue
Block a user