Fixed comments

This commit is contained in:
Paul-Louis Ageneau
2021-04-29 16:07:04 +02:00
parent fba965b46c
commit 2166386d42

View File

@ -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;