Remove extra space in button file. From M. Kannan
This commit is contained in:
parent
82696356c8
commit
31804030b2
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user