Fix nuttx coding style

Remove TABs
Fix indentation
This commit is contained in:
simbit18
2023-07-11 14:36:33 +02:00
committed by Xiang Xiao
parent 2529f371ee
commit 9681c52517
20 changed files with 217 additions and 217 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
/* Xin Freq */
#define M16C_XIN_FREQ 20000000 /* 20MHz */
#define M16C_XIN_FREQ 20000000 /* 20MHz */
/* Interrupt Priority Levels ************************************************/
@@ -28,7 +28,7 @@
#define PHY_STS_BIT_MASK (0x4)
#define PHY_STS_SHIFT_COUNT (0x02)
#else
#define PHY_STS_REG 0x10
#define PHY_STS_REG 0x10
#define PHY_STS_REG_LINK (1 << 0)
#define PHY_STS_READ_REG PHY_STS_REG
#define PHY_STS_BIT_MASK (0x1)