forked from ROMEO/obsw
making the linker happy
This commit is contained in:
7
bsp_z7/newlib/exit.c
Normal file
7
bsp_z7/newlib/exit.c
Normal file
@ -0,0 +1,7 @@
|
||||
void _exit (int _status)
|
||||
{
|
||||
(void)_status;
|
||||
while (1) {
|
||||
;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user