Browse Source

uORB top readd initial clear screen

sbg
Daniel Agar 5 years ago committed by Beat Küng
parent
commit
7cf8a7ca64
  1. 2
      src/modules/uORB/uORBDeviceMaster.cpp

2
src/modules/uORB/uORBDeviceMaster.cpp

@ -313,6 +313,8 @@ void uORB::DeviceMaster::showTop(char **topic_filter, int num_filters) @@ -313,6 +313,8 @@ void uORB::DeviceMaster::showTop(char **topic_filter, int num_filters)
}
}
PX4_INFO_RAW("\033[2J\n"); //clear screen
lock();
if (_node_list.empty()) {

Loading…
Cancel
Save