pps_capture: advertise for logging

This commit is contained in:
Igor Mišić
2021-12-16 18:48:19 +01:00
committed by Beat Küng
parent 17f5df2d3e
commit 89f828fba7
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -52,6 +52,7 @@
PPSCapture::PPSCapture() :
ScheduledWorkItem(MODULE_NAME, px4::wq_configurations::hp_default)
{
_pps_capture_pub.advertise();
}
PPSCapture::~PPSCapture()