diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-05-26 07:29:35 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-05-26 07:29:35 +0000 |
commit | d9f59f37daebf16abaca81dfabba1c198b5d2f33 (patch) | |
tree | e713dab8241036307b361b357e0cc95f7520ac54 /os/hal/platforms/Posix/console.c | |
parent | 6faaf3227ed797301619fe195f4571c681ce9e41 (diff) | |
download | ChibiOS-d9f59f37daebf16abaca81dfabba1c198b5d2f33.tar.gz ChibiOS-d9f59f37daebf16abaca81dfabba1c198b5d2f33.tar.bz2 ChibiOS-d9f59f37daebf16abaca81dfabba1c198b5d2f33.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5757 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/Posix/console.c')
-rw-r--r-- | os/hal/platforms/Posix/console.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/platforms/Posix/console.c b/os/hal/platforms/Posix/console.c index e6e15395b..f2e79323c 100644 --- a/os/hal/platforms/Posix/console.c +++ b/os/hal/platforms/Posix/console.c @@ -23,6 +23,7 @@ #include <stdio.h>
#include "ch.h"
+#include "hal.h"
#include "console.h"
/*===========================================================================*/
|