XMC4xxx: Fix a typo in the SCU header file
This commit is contained in:
parent
82a5dfddb4
commit
ea93357a1e
|
@ -889,7 +889,7 @@
|
||||||
|
|
||||||
#define SCU_PBCLKCR_PBDIV (1 << 0) /* Bit 0: PB Clock Divider Enable */
|
#define SCU_PBCLKCR_PBDIV (1 << 0) /* Bit 0: PB Clock Divider Enable */
|
||||||
# define SCU_PBCLKCR_PBDIV_FCPU (0) /* 0=fCPU */
|
# define SCU_PBCLKCR_PBDIV_FCPU (0) /* 0=fCPU */
|
||||||
# define SCU_PBCLKCR_PBDIV_DIV2 ((1 << 0) /* 1=fCPU/2 */
|
# define SCU_PBCLKCR_PBDIV_DIV2 (1 << 0) /* 1=fCPU/2 */
|
||||||
|
|
||||||
/* USB Clock Control */
|
/* USB Clock Control */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue