lpc17xx: Correct duplicate CLKOUT definition

Checked against UM10360 rev3.1

Reported-by: <karl.robinsod@gmail.com>
This commit is contained in:
Karl Palsson 2015-11-23 09:51:18 +00:00
parent f14c678ccb
commit 1ebfc4b26e

View File

@ -154,7 +154,7 @@ LGPL License Terms @ref lgpl_license
#define CLK_CLKOUTCFG_SEL_RTC 0x04
#define CLK_CLKOUTCFG_DIV_SHIFT 4
#define CLK_CLKOUTCFG_ENABLE (1 << 8)
#define CLK_CLKOUTCFG_ENABLE (1 << 9)
#define CLK_CLKOUTCFG_ACTIVITY (1 << 9)
/* Reserved: [31:10]*/
#endif