mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 05:55:46 +08:00
Fix nuttx coding style
Remove TABs Fix indentation
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user