arch/arm/src/lpc2378/lpc23xx_uart.h: Fix nuttx coding style
Remove TABs
This commit is contained in:
parent
14b4d3b8ea
commit
3ef9f4a0b7
1 changed files with 4 additions and 4 deletions
|
|
@ -64,10 +64,10 @@
|
|||
*/
|
||||
|
||||
/* Used only if CONFIG_UART_MULVAL is not defined */
|
||||
#define DIVADDVAL 0
|
||||
#define MULVAL 1
|
||||
#define DLMVAL 1
|
||||
#define DLLVAL 119
|
||||
#define DIVADDVAL 0
|
||||
#define MULVAL 1
|
||||
#define DLMVAL 1
|
||||
#define DLLVAL 119
|
||||
|
||||
/* UARTx PCLK divider valid values are 1,2,4 */
|
||||
#define U0_PCLKDIV 1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue