mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Fixed specialization of TransferBufferManager<0, 0>
This commit is contained in:
parent
a1ead1b90b
commit
4a7efc19d0
@ -454,6 +454,8 @@ public:
|
||||
{
|
||||
(void)key;
|
||||
}
|
||||
|
||||
bool isEmpty() const { return true; }
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user