git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1682 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2010-02-27 09:29:52 +00:00
parent 972c852b2c
commit 1cbd2e8e3d
2 changed files with 4 additions and 0 deletions

View File

@ -47,10 +47,12 @@ static struct timeval tick = {0, 1000000 / CH_FREQUENCY};
* @brief PAL setup. * @brief PAL setup.
* @details Digital I/O ports static configuration as defined in @p board.h. * @details Digital I/O ports static configuration as defined in @p board.h.
*/ */
#if CH_HAL_USE_PAL || defined(__DOXYGEN__)
const VIOConfig pal_default_config = { const VIOConfig pal_default_config = {
{0, 0, 0}, {0, 0, 0},
{0, 0, 0} {0, 0, 0}
}; };
#endif
/*===========================================================================*/ /*===========================================================================*/
/* Driver local functions. */ /* Driver local functions. */

View File

@ -42,10 +42,12 @@ static LARGE_INTEGER slice;
* @brief PAL setup. * @brief PAL setup.
* @details Digital I/O ports static configuration as defined in @p board.h. * @details Digital I/O ports static configuration as defined in @p board.h.
*/ */
#if CH_HAL_USE_PAL || defined(__DOXYGEN__)
const VIOConfig pal_default_config = { const VIOConfig pal_default_config = {
{0, 0, 0}, {0, 0, 0},
{0, 0, 0} {0, 0, 0}
}; };
#endif
/*===========================================================================*/ /*===========================================================================*/
/* Driver local functions. */ /* Driver local functions. */