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/Posix/pal_lld.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os/hal/platforms/Posix/pal_lld.h') diff --git a/os/hal/platforms/Posix/pal_lld.h b/os/hal/platforms/Posix/pal_lld.h index cb78442e4..07de81c65 100644 --- a/os/hal/platforms/Posix/pal_lld.h +++ b/os/hal/platforms/Posix/pal_lld.h @@ -81,7 +81,7 @@ typedef struct { * @brief Virtual port 2 setup data. */ sim_vio_port_t VP2Data; -} VIOConfig; +} PALConfig; /** * @brief Width, in bits, of an I/O port. @@ -183,7 +183,7 @@ typedef sim_vio_port_t *ioportid_t; #if !defined(__DOXYGEN__) extern sim_vio_port_t vio_port_1; extern sim_vio_port_t vio_port_2; -extern const VIOConfig pal_default_config; +extern const PALConfig pal_default_config; #endif #ifdef __cplusplus -- cgit v1.2.3