Skip to content

Commit ecd9916

Browse files
committed
Arduino_BHY2Host: add missing getActivity() return value
1 parent eb3a23b commit ecd9916

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sensors/SensorActivity.h

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ class SensorActivity : public SensorClass {
3838
return _activityArray[i].activityMessage;
3939
}
4040
}
41+
return "Waiting to detect valid activity";
4142
}
4243

4344
private:

0 commit comments

Comments
 (0)