mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 16:59:28 +08:00
Fix another compile problem found in build testing.
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ Make.dep
|
|||||||
.*.swp
|
.*.swp
|
||||||
core
|
core
|
||||||
.gdbinit
|
.gdbinit
|
||||||
cscope.out
|
/cscope.*
|
||||||
/.config
|
/.config
|
||||||
/.config.old
|
/.config.old
|
||||||
/.version
|
/.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 */
|
/* Process timer interrupt */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user