diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-05-14 09:50:43 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-05-14 09:50:43 +0000 |
commit | 0b24320bdd04312d7bbf1d0d464dbc18c46d6244 (patch) | |
tree | 7e4e867f9e71e30208bcade5cb4587f541766343 /os/hal/platforms/STM32/hal_lld.c | |
parent | 7c31ee40a8643ce4df4bb3e86cb5aa995544abb1 (diff) | |
download | ChibiOS-0b24320bdd04312d7bbf1d0d464dbc18c46d6244.tar.gz ChibiOS-0b24320bdd04312d7bbf1d0d464dbc18c46d6244.tar.bz2 ChibiOS-0b24320bdd04312d7bbf1d0d464dbc18c46d6244.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1922 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/hal_lld.c')
-rw-r--r-- | os/hal/platforms/STM32/hal_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/hal_lld.c b/os/hal/platforms/STM32/hal_lld.c index 25d4b4d57..2a22fcd0b 100644 --- a/os/hal/platforms/STM32/hal_lld.c +++ b/os/hal/platforms/STM32/hal_lld.c @@ -42,7 +42,7 @@ * @brief PAL setup.
* @details Digital I/O ports static configuration as defined in @p board.h.
*/
-const STM32GPIOConfig pal_default_config =
+const PALConfig pal_default_config =
{
{VAL_GPIOAODR, VAL_GPIOACRL, VAL_GPIOACRH},
{VAL_GPIOBODR, VAL_GPIOBCRL, VAL_GPIOBCRH},
|