SAMV71-XULT: Fix some bad conditional compilation. From Frank Benkert

This commit is contained in:
Frank Benkert
2015-11-24 06:25:27 -06:00
committed by Gregory Nutt
parent 175d248af1
commit 570b211f44
+1 -1
View File
@@ -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);