mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 05:38:15 +08:00
epiphany/cpu.c: Fix typo to eliminate warning
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user