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

This commit is contained in:
gdisirio 2010-02-21 11:56:20 +00:00
parent 7462bf578b
commit 95c62572a0
1 changed files with 9 additions and 0 deletions

View File

@ -43,6 +43,15 @@
static struct timeval nextcnt; static struct timeval nextcnt;
static struct timeval tick = {0, 1000000 / CH_FREQUENCY}; static struct timeval tick = {0, 1000000 / CH_FREQUENCY};
/**
* @brief PAL setup.
* @details Digital I/O ports static configuration as defined in @p board.h.
*/
const VIOConfig pal_default_config = {
{0, 0, 0},
{0, 0, 0}
};
/*===========================================================================*/ /*===========================================================================*/
/* Driver local functions. */ /* Driver local functions. */
/*===========================================================================*/ /*===========================================================================*/