mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 13:13:08 +08:00
Fix another compile problem found in build testing.
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ Make.dep
|
||||
.*.swp
|
||||
core
|
||||
.gdbinit
|
||||
cscope.out
|
||||
/cscope.*
|
||||
/.config
|
||||
/.config.old
|
||||
/.version
|
||||
|
||||
@@ -114,7 +114,7 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
static int atmega_timerisr(int irq, uint32_t *regs, FAR void *arg);
|
||||
static int atmega_timerisr(int irq, uint32_t *regs, FAR void *arg)
|
||||
{
|
||||
/* Process timer interrupt */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user