Recalibrate delay loop
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@593 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
1358cc1911
commit
0a07af9fc7
@ -53,7 +53,10 @@
|
|||||||
* Definitions
|
* Definitions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/* Define to enable timing loop calibration */
|
/* Define to enable timing loop calibration. CONFIG_DEBUG and
|
||||||
|
* CONFIG_ARCH_LOWPUTC must also be enabled in the .config file because
|
||||||
|
* the logic uses lldbg()
|
||||||
|
*/
|
||||||
|
|
||||||
#undef CONFIG_ARCH_CALIBRATION
|
#undef CONFIG_ARCH_CALIBRATION
|
||||||
|
|
||||||
@ -90,7 +93,7 @@ FAR chipreg_t *current_regs;
|
|||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#if defined(CONFIG_ARCH_CALIBRATION) & defined(CONFIG_DEBUG)
|
#if defined(CONFIG_ARCH_CALIBRATION) & defined(CONFIG_DEBUG) && defined(CONFIG_ARCH_LOWPUTC)
|
||||||
static void up_calibratedelay(void)
|
static void up_calibratedelay(void)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
Loading…
Reference in New Issue
Block a user