boards/lpc17xx/lpc17_40_symtab: Remove ref. to nxsched_get_streams

I don't know how to handle this properly as I don't know what this
symbol table is supposed to do. Most likely the part that uses the
symbol table needs to be patched also...
This commit is contained in:
Ville Juven 2022-12-21 15:14:20 +02:00 committed by Xiang Xiao
parent 2ed51d026c
commit c2fa780ed0
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ extern void *pthread_mutex_init;
extern void *pthread_mutex_lock;
extern void *pthread_mutex_unlock;
extern void *puts;
extern void *nxsched_get_streams;
extern void *lib_get_streams;
extern void *sem_destroy;
extern void *sem_init;
extern void *sem_post;
@ -76,7 +76,7 @@ const struct symtab_s lpc17_40_exports[] =
{"pthread_mutex_lock", &pthread_mutex_lock},
{"pthread_mutex_unlock", &pthread_mutex_unlock},
{"puts", &puts},
{"nxsched_get_streams", &nxsched_get_streams},
{"lib_get_streams", &lib_get_streams},
{"sem_destroy", &sem_destroy},
{"sem_init", &sem_init},
{"sem_post", &sem_post},