SAMV71-XULT: Fix some bad conditional compilation. From Frank Benkert
This commit is contained in:
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 */
|
||||
|
||||
i2c = up_i2cinitialize(DSXXXX_TWI_BUS);
|
||||
|
Loading…
Reference in New Issue
Block a user