XMC4xxx: Fix a typo in the SCU header file

This commit is contained in:
Gregory Nutt 2017-03-21 17:05:47 -06:00
parent 82a5dfddb4
commit ea93357a1e
1 changed files with 1 additions and 1 deletions

View File

@ -889,7 +889,7 @@
#define SCU_PBCLKCR_PBDIV (1 << 0) /* Bit 0: PB Clock Divider Enable */
# 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 */