Browse Source

Fixed comments

Paul-Louis Ageneau 4 years ago
parent
commit
2166386d42
1 changed files with 2 additions and 2 deletions
  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;