fix: missing linker script
This commit is contained in:
parent
dbc6c80133
commit
68b8e41def
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
extern "C"
|
||||
{
|
||||
osdi_init_log_message;
|
||||
osdi_finish_log_message;
|
||||
};
|
||||
};
|
||||
Loading…
Reference in New Issue