Import fixes from Michael for Arduino 1.5.7

This commit is contained in:
PaulStoffregen
2014-09-05 14:12:25 -07:00
parent f1e7aea92b
commit f8a97debce
5 changed files with 32 additions and 25 deletions

View File

@@ -26,6 +26,8 @@ void setup() {
// stay with their old values."
rtc_clock.set_time(__TIME__);
rtc_clock.set_date(__DATE__);
// However, this might work on other unofficial SAM3X boards
// with different reset circuitry than Arduino Due?
}
setSyncProvider(getArduinoDueTime);
if(timeStatus()!= timeSet)