From 47e54f50428812f57c8ed5f25ef184dbe8ccd6c0 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 14 May 2010 10:46:26 +0000 Subject: Renamed all the PAL configuration structures to PALConfig. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1923 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/Win32/hal_lld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal/platforms/Win32/hal_lld.c') diff --git a/os/hal/platforms/Win32/hal_lld.c b/os/hal/platforms/Win32/hal_lld.c index e037c9c83..afbbae39e 100644 --- a/os/hal/platforms/Win32/hal_lld.c +++ b/os/hal/platforms/Win32/hal_lld.c @@ -43,7 +43,7 @@ static LARGE_INTEGER slice; * @details Digital I/O ports static configuration as defined in @p board.h. */ #if CH_HAL_USE_PAL || defined(__DOXYGEN__) -const VIOConfig pal_default_config = { +const PALConfig pal_default_config = { {0, 0, 0}, {0, 0, 0} }; -- cgit v1.2.3