mirror of https://github.com/ArduPilot/ardupilot
AP_DAL: support 9 uarts
This commit is contained in:
parent
0b567e95dc
commit
6b249aefbc
|
@ -44,6 +44,7 @@ public:
|
|||
nullptr,
|
||||
nullptr,
|
||||
nullptr,
|
||||
nullptr,
|
||||
nullptr
|
||||
) {}
|
||||
void run(int argc, char* const argv[], Callbacks* callbacks) const override {}
|
||||
|
|
Loading…
Reference in New Issue