mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-19 01:20:13 +08:00
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;
|
||||
}
|
||||
|
||||
static inline uint32_t _Epiphany_Get_current_processor()
|
||||
static inline uint32_t _Epiphany_Get_current_processor(void)
|
||||
{
|
||||
uint32_t coreid;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user