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 b53760bf9c
commit 380ec1971f

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 */