diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-06-14 08:10:38 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-06-14 08:10:38 +0000 |
commit | a746de44e1e224ee46afac1670581a50448afa85 (patch) | |
tree | 76f8a31266903fadc19435ab490af50c1eca4d77 /boards/ST_STM32L_DISCOVERY/board.c | |
parent | 792c06e58554c5ed4cb84e69fe4f6d9add173ec0 (diff) | |
download | ChibiOS-a746de44e1e224ee46afac1670581a50448afa85.tar.gz ChibiOS-a746de44e1e224ee46afac1670581a50448afa85.tar.bz2 ChibiOS-a746de44e1e224ee46afac1670581a50448afa85.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3043 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'boards/ST_STM32L_DISCOVERY/board.c')
-rw-r--r-- | boards/ST_STM32L_DISCOVERY/board.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boards/ST_STM32L_DISCOVERY/board.c b/boards/ST_STM32L_DISCOVERY/board.c index b8b98c05f..c1e142bf4 100644 --- a/boards/ST_STM32L_DISCOVERY/board.c +++ b/boards/ST_STM32L_DISCOVERY/board.c @@ -27,14 +27,14 @@ * This variable is used by the HAL when initializing the PAL driver.
*/
#if HAL_USE_PAL || defined(__DOXYGEN__)
-const PALConfig pal_default_config =
+/*const PALConfig pal_default_config =
{
{VAL_GPIOAODR, VAL_GPIOACRL, VAL_GPIOACRH},
{VAL_GPIOBODR, VAL_GPIOBCRL, VAL_GPIOBCRH},
{VAL_GPIOCODR, VAL_GPIOCCRL, VAL_GPIOCCRH},
{VAL_GPIODODR, VAL_GPIODCRL, VAL_GPIODCRH},
{VAL_GPIOEODR, VAL_GPIOECRL, VAL_GPIOECRH},
-};
+};*/
#endif
/*
|