mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Cosmetic: Move # of pre-processior command to column 1
This commit is contained in:
@@ -81,12 +81,15 @@
|
|||||||
# define GPIO_I2C1_SCL GPIO_I2C1_SCL_1
|
# define GPIO_I2C1_SCL GPIO_I2C1_SCL_1
|
||||||
# define GPIO_I2C1_SDA GPIO_I2C1_SDA_1
|
# define GPIO_I2C1_SDA GPIO_I2C1_SDA_1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef CONFIG_I2C0_FREQ
|
#ifndef CONFIG_I2C0_FREQ
|
||||||
# define CONFIG_I2C0_FREQ 100000
|
# define CONFIG_I2C0_FREQ 100000
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef CONFIG_I2C1_FREQ
|
#ifndef CONFIG_I2C1_FREQ
|
||||||
# define CONFIG_I2C1_FREQ 100000
|
# define CONFIG_I2C1_FREQ 100000
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef CONFIG_I2C2_FREQ
|
#ifndef CONFIG_I2C2_FREQ
|
||||||
# define CONFIG_I2C2_FREQ 100000
|
# define CONFIG_I2C2_FREQ 100000
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user