Skip to content

Commit b61601f

Browse files
committed
Comment
1 parent 6ebf4cd commit b61601f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Activities/Activity.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ class Activity
149149
time_t m_msPreviouslySpentPaused; // number of ms spent paused
150150
SensorReading m_lastAccelReading; // the oldest accelerometer reading received
151151
SensorReading m_mostRecentSensorReading; // the youngest sensor reading received
152-
uint64_t m_threatCount; // threat count, from a radar unit, -1 for not set
152+
uint64_t m_threatCount; // current threat count, from a radar unit, -1 for not set
153153
uint64_t m_totalThreatCount; // sum of all threat counts, from a radar unit, -1 for not set
154154
};
155155

0 commit comments

Comments
 (0)