mirror of
https://github.com/apache/nuttx.git
synced 2026-08-27 20:30:38 +00:00
Remove extra space in button file. From M. Kannan
This commit is contained in:
parent
82696356c8
commit
31804030b2
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue