1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00

* merged from stable

This commit is contained in:
Oliver Hahm 2011-08-30 17:42:44 +02:00
parent 5e6c25b511
commit 9a637c8b9e

View File

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