mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
* introduced empty function _fini() for codesourcery
This commit is contained in:
parent
808b24db7f
commit
1eecd13116
@ -237,3 +237,5 @@ int _kill_r(struct _reent *r, int pid, int sig)
|
||||
return -1;
|
||||
}
|
||||
/*---------------------------------------------------------------------------*/
|
||||
|
||||
void _fini(void) {}
|
||||
|
Loading…
Reference in New Issue
Block a user