This commit is contained in:
2025-12-04 11:10:27 +03:00
parent d868810048
commit da9cd51e5c
4 changed files with 415 additions and 396 deletions

View File

@@ -87,7 +87,7 @@ typedef struct{
// coordinate/speed and time of last measurement
typedef struct{
double val;
double t;
struct timespec t;
} coordval_t;
typedef struct{