forked from Imagelibrary/rtems
rtems/score/epiphany-utility.h: Fix not a prototype warning
This commit is contained in:
@@ -169,7 +169,7 @@ static inline uint32_t epiphany_coreid_to_rtems_map(uint32_t epiphany_id)
|
|||||||
return coreid;
|
return coreid;
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline uint32_t _Epiphany_Get_current_processor()
|
static inline uint32_t _Epiphany_Get_current_processor(void)
|
||||||
{
|
{
|
||||||
uint32_t coreid;
|
uint32_t coreid;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user