From c57e3842293e0396bfa7653428dc81585e7717de Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 19 Nov 2012 11:50:14 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4829 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/SPC5xx/SIUL_v1/pal_lld.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os/hal/platforms/SPC5xx/SIUL_v1') diff --git a/os/hal/platforms/SPC5xx/SIUL_v1/pal_lld.h b/os/hal/platforms/SPC5xx/SIUL_v1/pal_lld.h index ecdb5b114..74d2e4920 100644 --- a/os/hal/platforms/SPC5xx/SIUL_v1/pal_lld.h +++ b/os/hal/platforms/SPC5xx/SIUL_v1/pal_lld.h @@ -153,7 +153,7 @@ typedef struct { uint8_t pcr_index; uint8_t gpdo_value; iomode_t pcr_value; -} spc560p_siu_init_t; +} spc_siu_init_t; /** * @brief Generic I/O ports static initializer. @@ -166,7 +166,7 @@ typedef struct { */ typedef struct { iomode_t default_mode; - const spc560p_siu_init_t *inits; + const spc_siu_init_t *inits; const uint8_t *padsels; } PALConfig; -- cgit v1.2.3