Fix typo in arch/arm/include/kl/chip.h header file. From Michael Hope

This commit is contained in:
Gregory Nutt 2015-05-12 07:05:29 -06:00
parent ca29c652c3
commit 18bc1702e1
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@
# define KL_NDAC12 1 /* Two 12-bit DAC */ # define KL_NDAC12 1 /* Two 12-bit DAC */
# define KL_NVREF 1 /* Voltage reference */ # define KL_NVREF 1 /* Voltage reference */
# define KL_NTIMERS6 1 /* One 6 channel timer */ # define KL_NTIMERS6 1 /* One 6 channel timer */
# undef KL_NTIMERS2 2 /* Two 2 channel timers */ # define KL_NTIMERS2 2 /* Two 2 channel timers */
# undef KL_NRNG /* No random number generator */ # undef KL_NRNG /* No random number generator */
# define KL_NRTC 1 /* Real time clock */ # define KL_NRTC 1 /* Real time clock */
# undef KL_NMMCAU /* No hardware encryption */ # undef KL_NMMCAU /* No hardware encryption */