epiphany/cpu.c: Fix typo to eliminate warning

This commit is contained in:
Joel Sherrill
2017-04-25 11:41:35 -05:00
parent 786c3651c7
commit 28e5749edf
+2 -2
View File
@@ -35,8 +35,8 @@
#include <bsp/linker-symbols.h>
#include <rtems/score/cpu.h>
void init(void);
void fini(void);
void _init(void);
void _fini(void);
void _init(void)
{