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:
commit
5c039eb4b6
@ -15,12 +15,12 @@
|
|||||||
* @}
|
* @}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <thread.h>
|
|
||||||
#include <thread.h>
|
|
||||||
#include <hwtimer.h>
|
|
||||||
#include <sched.h>
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
#include "thread.h"
|
||||||
|
#include "hwtimer.h"
|
||||||
|
#include "sched.h"
|
||||||
|
|
||||||
/* list of states copied from tcb.h */
|
/* list of states copied from tcb.h */
|
||||||
const char *state_names[] = {
|
const char *state_names[] = {
|
||||||
"running",
|
"running",
|
||||||
|
Loading…
Reference in New Issue
Block a user