Remove extra space in button file. From M. Kannan

This commit is contained in:
Gregory Nutt 2013-04-05 07:10:16 -06:00
parent 82696356c8
commit 31804030b2

View File

@ -180,7 +180,7 @@ xcpt_t up_irqbutton(int id, xcpt_t irqhandler)
{
/* Configure KEY5 as an interrupting input */
lpc17_configgpio(ZKITARM_INT_ KEY5);
lpc17_configgpio(ZKITARM_INT_KEY5);
/* Attach the new interrupt handler and enable the interrupt */