added empty mtarch_stop()

This commit is contained in:
fros4943 2008-08-27 13:10:29 +00:00
parent 45e2f10989
commit 3ec170cdf5

View file

@ -28,7 +28,7 @@
*
* This file is part of the Contiki operating system.
*
* @(#)$Id: mtarch.c,v 1.4 2007/09/14 20:21:01 nvt-se Exp $
* @(#)$Id: mtarch.c,v 1.5 2008/08/27 13:10:29 fros4943 Exp $
*/
#include <stdio.h>
@ -133,6 +133,12 @@ void
mtarch_pstart(void)
{
}
/*--------------------------------------------------------------------------*/
void
mtarch_stop(struct mtarch_thread *thread)
{
}
/*--------------------------------------------------------------------------*/
int