aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/SPC5xx/SIUL_v1/pal_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/platforms/SPC5xx/SIUL_v1/pal_lld.h')
-rw-r--r--os/hal/platforms/SPC5xx/SIUL_v1/pal_lld.h4
1 files changed, 2 insertions, 2 deletions
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;