Paul-Louis Ageneau před 4 roky
rodič
revize
2166386d42
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      include/rtc/rtc.h

+ 2 - 2
include/rtc/rtc.h

@@ -248,8 +248,8 @@ typedef struct {
 
 typedef struct {
 	double seconds;     // Start time in seconds
-	bool since1970;     // true if startTimeSeconds is time interval since 1970
-	                    // false if startTimeSeconds is time interval since 1900
+	bool since1970;     // true if seconds since 1970
+	                    // false if seconds since 1900
 	uint32_t timestamp; // Start timestamp
 } rtcStartTime;