Skip to content
Snippets Groups Projects
Commit 6428bd55 authored by Christian Mehlis's avatar Christian Mehlis
Browse files

use std include style

parent 00d61863
Branches
No related tags found
No related merge requests found
...@@ -18,15 +18,16 @@ ...@@ -18,15 +18,16 @@
*/ */
#include <stdio.h> #include <stdio.h>
#include <hwtimer.h>
#include <hwtimer_cpu.h>
#include <hwtimer_arch.h>
#include <kernel.h> #include "kernel.h"
#include <thread.h> #include "thread.h"
#include <lifo.h> #include "lifo.h"
#include "mutex.h" #include "mutex.h"
#include "hwtimer.h"
#include "hwtimer_cpu.h"
#include "hwtimer_arch.h"
/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/
typedef struct hwtimer_t { typedef struct hwtimer_t {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment