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:
parent
7d7b9a866f
commit
11a53887bc
|
@ -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");
|
||||
}
|
||||
|
||||
/** @} */
|
||||
|
|
Loading…
Reference in New Issue