diff nuc-fw/bsp/armio.h @ 113:3b2e941043d8

nuc-fw/bsp: niq32.c compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 20 Oct 2013 21:12:41 +0000
parents 91460c8957f0
children
line wrap: on
line diff
--- a/nuc-fw/bsp/armio.h	Sun Oct 20 08:43:41 2013 +0000
+++ b/nuc-fw/bsp/armio.h	Sun Oct 20 21:12:41 2013 +0000
@@ -54,7 +54,8 @@
 #define ARMIO_RISING_EDGE  (1)
 
 #if (CHIPSET != 12)
-  #define ARMIO_KEYPDAD_INT (0x0001)
+  #define ARMIO_KEYPAD_INT  (0x0001)
+  #define ARMIO_KEYPDAD_INT ARMIO_KEYPAD_INT	/* TI's misspelling */
   #define ARMIO_GPIO_INT    (0x0002)
 
   #define ARMIO_MASKIT_KBD  (0x0001)