Merge pull request #110 from kamiccolo/master

fix: typo in definitions and command_impl mircrosecond -> microsecond
This commit was merged in pull request #110.
This commit is contained in:
livox
2021-07-16 18:35:19 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -643,7 +643,7 @@ typedef struct {
uint8_t month;
uint8_t day;
uint8_t hour;
uint32_t mircrosecond;
uint32_t microsecond;
} LidarSetUtcSyncTimeRequest;
/**