typo
This commit is contained in:
parent
ac51ad7a4f
commit
1aca0b4499
@ -341,7 +341,7 @@ public:
|
|||||||
StaticLocalDataSet(sid_t(objectId, TEMPERATURE_SET_ID)) {
|
StaticLocalDataSet(sid_t(objectId, TEMPERATURE_SET_ID)) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Ticks is time reference generated by interanl counter of the star tracker
|
// Ticks is time reference generated by internal counter of the star tracker
|
||||||
lp_var_t<uint32_t> ticks = lp_var_t<uint32_t>(sid.objectId,
|
lp_var_t<uint32_t> ticks = lp_var_t<uint32_t>(sid.objectId,
|
||||||
PoolIds::TICKS_TEMPERATURE_SET, this);
|
PoolIds::TICKS_TEMPERATURE_SET, this);
|
||||||
/** Unix time in microseconds */
|
/** Unix time in microseconds */
|
||||||
@ -381,7 +381,6 @@ public:
|
|||||||
StaticLocalDataSet(sid_t(objectId, VERSION_SET_ID)) {
|
StaticLocalDataSet(sid_t(objectId, VERSION_SET_ID)) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Ticks is time reference generated by interanl counter of the star tracker
|
|
||||||
lp_var_t<uint32_t> ticks = lp_var_t<uint32_t>(sid.objectId,
|
lp_var_t<uint32_t> ticks = lp_var_t<uint32_t>(sid.objectId,
|
||||||
PoolIds::TICKS_VERSION_SET, this);
|
PoolIds::TICKS_VERSION_SET, this);
|
||||||
/** Unix time in microseconds */
|
/** Unix time in microseconds */
|
||||||
|
Loading…
Reference in New Issue
Block a user