fix: missing linker script

This commit is contained in:
DSPOM 2022-05-12 12:06:05 +02:00
parent dbc6c80133
commit 68b8e41def
1 changed files with 7 additions and 0 deletions

7
src/osdi/exported.txt Normal file
View File

@ -0,0 +1,7 @@
{
extern "C"
{
osdi_init_log_message;
osdi_finish_log_message;
};
};