Remove a duplicate definition.
This commit is contained in:
parent
54e8e1bf68
commit
e42fe03946
@ -124,7 +124,6 @@
|
||||
#define IMXUART_UFCR_TXTL_SHIFT 10
|
||||
#define IMXUART_UFCR_RFDIV_MASK (0x07 << 7)
|
||||
#define IMXUART_UFCR_RFDIV_SHIFT 7
|
||||
#define IMXUART_UFCR_RFDIV_SHIFT 7
|
||||
#define IMXUART_UFCR_RFDIV_DIV6 (0 << 7)
|
||||
#define IMXUART_UFCR_RFDIV_DIV5 (1 << 7)
|
||||
#define IMXUART_UFCR_RFDIV_DIV4 (2 << 7)
|
||||
|
Loading…
Reference in New Issue
Block a user