Skip to content
Snippets Groups Projects
Commit cb79ddc9 authored by patacongo's avatar patacongo
Browse files

fix conditional compilation

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@594 42af7a65-404d-4744-a932-0658087f49c3
parent 0a07af9f
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ FAR chipreg_t *current_regs;
*
****************************************************************************/
#if defined(CONFIG_ARCH_CALIBRATION) & defined(CONFIG_DEBUG) && defined(CONFIG_ARCH_LOWPUTC)
#if defined(CONFIG_ARCH_CALIBRATION) && defined(CONFIG_DEBUG) && defined(CONFIG_ARCH_LOWPUTC)
static void up_calibratedelay(void)
{
int i;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment