Skip to content

Commit

Permalink
Add missing mtarch_stop function
Browse files Browse the repository at this point in the history
  • Loading branch information
dak664 committed Feb 21, 2012
1 parent 6e45dfe commit 59e459e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cpu/avr/mtarch.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
* \author Adam Dunkels <[email protected]>
* \author Simon Barner <[email protected]>
*
* @(#)$Id: mtarch.c,v 1.1 2006/12/22 16:55:53 barner Exp $
*/

#include <avr/io.h>
Expand Down Expand Up @@ -214,6 +213,12 @@ void
mtarch_pstart(void)
{

}
/*--------------------------------------------------------------------------*/
void
mtarch_stop(struct mtarch_thread *t)
{

}
/*--------------------------------------------------------------------------*/
int
Expand Down

0 comments on commit 59e459e

Please sign in to comment.