1
0
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:
Oliver Hahm 2011-08-30 17:40:38 +02:00
parent 808b24db7f
commit 1eecd13116

View File

@ -237,3 +237,5 @@ int _kill_r(struct _reent *r, int pid, int sig)
return -1; return -1;
} }
/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/
void _fini(void) {}