1
0
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:
Kaspar Schleiser 2010-11-01 15:50:31 +01:00
parent c58f15c0a8
commit 0f4a72974a

View File

@ -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>
/*---------------------------------------------------------------------------*/