mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-27 15:31:17 +01:00
use std include style
This commit is contained in:
parent
00d618634c
commit
6428bd5546
@ -18,15 +18,16 @@
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <hwtimer.h>
|
||||
#include <hwtimer_cpu.h>
|
||||
#include <hwtimer_arch.h>
|
||||
|
||||
#include <kernel.h>
|
||||
#include <thread.h>
|
||||
#include <lifo.h>
|
||||
#include "kernel.h"
|
||||
#include "thread.h"
|
||||
#include "lifo.h"
|
||||
#include "mutex.h"
|
||||
|
||||
#include "hwtimer.h"
|
||||
#include "hwtimer_cpu.h"
|
||||
#include "hwtimer_arch.h"
|
||||
|
||||
/*---------------------------------------------------------------------------*/
|
||||
|
||||
typedef struct hwtimer_t {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user