uORB top readd initial clear screen

This commit is contained in:
Daniel Agar
2020-05-06 09:57:55 -04:00
committed by Beat Küng
parent a2d170d850
commit 7cf8a7ca64
+2
View File
@@ -313,6 +313,8 @@ void uORB::DeviceMaster::showTop(char **topic_filter, int num_filters)
} }
} }
PX4_INFO_RAW("\033[2J\n"); //clear screen
lock(); lock();
if (_node_list.empty()) { if (_node_list.empty()) {