1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #340 from LudwigOrtmann/ps_includes

make ps includes adhere to coding convetions
This commit is contained in:
Oleg Hahm 2013-11-19 08:48:49 -08:00
commit 5c039eb4b6

View File

@ -15,12 +15,12 @@
* @}
*/
#include <thread.h>
#include <thread.h>
#include <hwtimer.h>
#include <sched.h>
#include <stdio.h>
#include "thread.h"
#include "hwtimer.h"
#include "sched.h"
/* list of states copied from tcb.h */
const char *state_names[] = {
"running",