git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1682 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
972c852b2c
commit
1cbd2e8e3d
|
@ -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. */
|
||||||
|
|
|
@ -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. */
|
||||||
|
|
Loading…
Reference in New Issue