arch/arm/src/lpc2378/lpc23xx_pinsel.h: Fix nuttx coding style

Remove TABs
This commit is contained in:
simbit18 2023-07-10 13:14:10 +02:00 committed by Xiang Xiao
parent 13924bb901
commit 14b4d3b8ea

View File

@ -596,7 +596,7 @@
#define PSEL6_P3_5_MASK (0x00000c00)
#define PSEL6_P3_6_GPIO (0x00000000)
#define PSEL6_P3_6_D6 (0x00001000)
#define PSEL6_P3_6_D6 (0x00001000)
#define PSEL6_P3_6_RSVD2 (0x00002000)
#define PSEL6_P3_6_RSVD3 (0x00003000)
#define PSEL6_P3_6_MASK (0x00003000)