From 95c62572a0e015b76dd82dc2586aafed779a4a65 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 21 Feb 2010 11:56:20 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1656 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/Posix/hal_lld.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'os/hal/platforms') diff --git a/os/hal/platforms/Posix/hal_lld.c b/os/hal/platforms/Posix/hal_lld.c index d65fb8ef1..1d9ea611b 100644 --- a/os/hal/platforms/Posix/hal_lld.c +++ b/os/hal/platforms/Posix/hal_lld.c @@ -43,6 +43,15 @@ static struct timeval nextcnt; static struct timeval tick = {0, 1000000 / CH_FREQUENCY}; +/** + * @brief PAL setup. + * @details Digital I/O ports static configuration as defined in @p board.h. + */ +const VIOConfig pal_default_config = { + {0, 0, 0}, + {0, 0, 0} +}; + /*===========================================================================*/ /* Driver local functions. */ /*===========================================================================*/ -- cgit v1.2.3