mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:52:44 +01:00
* hwtimer.c cosmetics
This commit is contained in:
parent
c58f15c0a8
commit
0f4a72974a
@ -16,18 +16,14 @@
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include "hwtimer.h"
|
||||
#include "hwtimer_cpu.h"
|
||||
#include "hwtimer_arch.h"
|
||||
#include <hwtimer.h>
|
||||
#include <hwtimer_cpu.h>
|
||||
#include <hwtimer_arch.h>
|
||||
|
||||
#include <bitarithm.h>
|
||||
|
||||
#define USE_NONBLOCKING_WAIT 1
|
||||
#if USE_NONBLOCKING_WAIT
|
||||
//#include <stdlib.h>
|
||||
#include "kernel.h"
|
||||
#include "mutex.h"
|
||||
#endif
|
||||
#include <kernel.h>
|
||||
#include <mutex.h>
|
||||
|
||||
/*---------------------------------------------------------------------------*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user