mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Removed a redundant assertion check in Linux test app
This commit is contained in:
parent
0410b34d0c
commit
fbab130b2e
@ -354,10 +354,6 @@ class VirtualCanDriver : public uavcan::ICanDriver,
|
||||
ifaces_[frame.iface_index]->addRxFrame(frame, flags);
|
||||
event_.signal();
|
||||
}
|
||||
else
|
||||
{
|
||||
assert(false);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user