commit again

This commit is contained in:
weety 2013-07-21 17:32:55 +08:00
parent 3bdbf640b7
commit 42f9840653
1 changed files with 0 additions and 7 deletions

View File

@ -12,12 +12,6 @@
* 2011-01-13 weety copy from mini2440
*/
#include <rtthread.h>
#include "at91sam926x.h"
/**
* @addtogroup AT91SAM926X
*/
/*@{*/
/**
* This function will initialize thread stack
@ -57,4 +51,3 @@ rt_uint8_t *rt_hw_stack_init(void *tentry, void *parameter,
return (rt_uint8_t *)stk;
}
/*@}*/