Add missing mtarch_stop function
This commit is contained in:
parent
6e45dfe5ff
commit
59e459e0e9
|
@ -33,7 +33,6 @@
|
|||
* \author Adam Dunkels <adam@sics.se>
|
||||
* \author Simon Barner <barner@in.tum.de>
|
||||
*
|
||||
* @(#)$Id: mtarch.c,v 1.1 2006/12/22 16:55:53 barner Exp $
|
||||
*/
|
||||
|
||||
#include <avr/io.h>
|
||||
|
@ -214,6 +213,12 @@ void
|
|||
mtarch_pstart(void)
|
||||
{
|
||||
|
||||
}
|
||||
/*--------------------------------------------------------------------------*/
|
||||
void
|
||||
mtarch_stop(struct mtarch_thread *t)
|
||||
{
|
||||
|
||||
}
|
||||
/*--------------------------------------------------------------------------*/
|
||||
int
|
||||
|
|
Loading…
Reference in a new issue