Add missing mtarch_stop function

ico
David Kopf 2012-02-21 11:11:53 -05:00
parent 6e45dfe5ff
commit 59e459e0e9
1 changed files with 6 additions and 1 deletions

View File

@ -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