mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-02 03:30:35 +08:00
Replace PublicationQueued with Publication to automatically configure ORB_QUEUE_LENGTH
This commit is contained in:
@@ -163,10 +163,4 @@ private:
|
||||
T _data{};
|
||||
};
|
||||
|
||||
|
||||
template<class T>
|
||||
using PublicationQueued = Publication<T, T::ORB_QUEUE_LENGTH>;
|
||||
|
||||
|
||||
|
||||
} // namespace uORB
|
||||
|
||||
@@ -122,8 +122,4 @@ private:
|
||||
T _data{};
|
||||
};
|
||||
|
||||
|
||||
template<class T>
|
||||
using PublicationQueuedMulti = PublicationMulti<T, T::ORB_QUEUE_LENGTH>;
|
||||
|
||||
} // namespace uORB
|
||||
|
||||
Reference in New Issue
Block a user