aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/AT91SAM7/hal_lld.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-05-14 10:46:26 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-05-14 10:46:26 +0000
commit47e54f50428812f57c8ed5f25ef184dbe8ccd6c0 (patch)
tree9ad526bc4500edbbb1ceea432ecebb3a6d14ff4d /os/hal/platforms/AT91SAM7/hal_lld.c
parent0b24320bdd04312d7bbf1d0d464dbc18c46d6244 (diff)
downloadChibiOS-47e54f50428812f57c8ed5f25ef184dbe8ccd6c0.tar.gz
ChibiOS-47e54f50428812f57c8ed5f25ef184dbe8ccd6c0.tar.bz2
ChibiOS-47e54f50428812f57c8ed5f25ef184dbe8ccd6c0.zip
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
Diffstat (limited to 'os/hal/platforms/AT91SAM7/hal_lld.c')
-rw-r--r--os/hal/platforms/AT91SAM7/hal_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/AT91SAM7/hal_lld.c b/os/hal/platforms/AT91SAM7/hal_lld.c
index a9012f186..841a4d2d7 100644
--- a/os/hal/platforms/AT91SAM7/hal_lld.c
+++ b/os/hal/platforms/AT91SAM7/hal_lld.c
@@ -39,7 +39,7 @@
* @brief PAL setup.
* @details Digital I/O ports static configuration as defined in @p board.h.
*/
-const AT91SAM7PIOConfig pal_default_config =
+const PALConfig pal_default_config =
{
{VAL_PIOA_ODSR, VAL_PIOA_OSR, VAL_PIOA_PUSR},
#if (SAM7_PLATFORM == SAM7X128) || (SAM7_PLATFORM == SAM7X256) || \