sensors: complete move to uORB::Subscription

This commit is contained in:
Daniel Agar
2020-03-12 18:27:02 -04:00
parent 7c8ab49eb9
commit aa2f3a6624
4 changed files with 33 additions and 113 deletions
-1
View File
@@ -220,7 +220,6 @@ class Graph(object):
# (the expectation is that the previous matching ORB_ID() will be passed
# to this, so that we can ignore it)
special_cases_sub = [
('sensors', r'voted_sensors_update\.cpp$', r'\binitSensorClass\b\(([^,)]+)', r'^meta$'),
('listener', r'.*', None, r'^(id)$'),
('logger', r'.*', None, r'^(topic|sub\.metadata|_polling_topic_meta)$'),