mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
SAMV71-XULT: Fix some bad conditional compilation. From Frank Benkert
This commit is contained in:
committed by
Gregory Nutt
parent
175d248af1
commit
570b211f44
@@ -155,7 +155,7 @@ int sam_bringup(void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#else /* if defined(HAVE_RTC_DSXXXX) */
|
#elif defined(HAVE_RTC_DSXXXX)
|
||||||
/* Get an instance of the TWIHS0 I2C interface */
|
/* Get an instance of the TWIHS0 I2C interface */
|
||||||
|
|
||||||
i2c = up_i2cinitialize(DSXXXX_TWI_BUS);
|
i2c = up_i2cinitialize(DSXXXX_TWI_BUS);
|
||||||
|
|||||||
Reference in New Issue
Block a user