Resolve the linker error message: undefined reference to chThdExit.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10255 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
tfateba 2017-06-10 00:36:12 +00:00
parent 7d7b9a866f
commit 11a53887bc
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ void _port_thread_start(void) {
asm volatile ("movw r24, r4");
asm volatile ("movw r30, r2");
asm volatile ("icall");
asm volatile ("call chThdExit");
asm volatile ("call chSysHalt");
}
/** @} */