Skip to content

Commit aab82a7

Browse files
Qinghao ShiQinghao Shi
authored andcommitted
reformat coding styles based on coding guidelines
1 parent 953a735 commit aab82a7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+3696
-3461
lines changed

targets/TARGET_ARM_FM/TARGET_FVP_MPS2/PeripheralNames.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ typedef enum {
3232
typedef enum {
3333
I2C_0 = (int)MPS2_TSC_I2C_BASE,
3434
I2C_1 = (int)MPS2_AAIC_I2C_BASE,
35-
I2C_2 = (int)MPS2_SHIELD0_I2C_BASE,
36-
I2C_3 = (int)MPS2_SHIELD1_I2C_BASE
37-
35+
I2C_2 = (int)MPS2_SHIELD0_I2C_BASE,
36+
I2C_3 = (int)MPS2_SHIELD1_I2C_BASE
37+
3838
} I2CName;
3939

4040
typedef enum {
@@ -55,7 +55,7 @@ typedef enum {
5555
typedef enum {
5656
SPI_0 = (int)MPS2_SSP1_BASE,
5757
SPI_1 = (int)MPS2_SSP0_BASE,
58-
SPI_2 = (int)MPS2_SSP2_BASE,
58+
SPI_2 = (int)MPS2_SSP2_BASE,
5959
SPI_3 = (int)MPS2_SSP3_BASE,
6060
SPI_4 = (int)MPS2_SSP4_BASE
6161
} SPIName;

0 commit comments

Comments
 (0)