Cosmetic: Move # of pre-processior command to column 1

This commit is contained in:
Gregory Nutt
2015-09-05 09:07:37 -06:00
parent 2ed09233d3
commit 975d912b40
30 changed files with 55 additions and 52 deletions
+3
View File
@@ -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