git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3050 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2010-10-25 14:58:37 +00:00
parent f074fc1b99
commit 98538630ec
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
/* Register Bit-Field Definitions ***************************************************/
/* nterrupt Test Control Register Bit-Field Definitions */
/* Interrupt Test Control Register Bit-Field Definitions */
#define INT_ITCR_ADR_SHIFT (0) /* Bits 0-3: Test register select */
#define INT_ITCR_ADR_MASK (15 << INT_ITCR_ADR_SHIFT)