AP_DAL: fix for uartI support

This commit is contained in:
Andrew Tridgell 2020-11-26 18:20:14 +11:00
parent 895b9a34f9
commit 8914bb45f8

View File

@ -42,6 +42,7 @@ public:
nullptr, nullptr,
nullptr, nullptr,
nullptr, nullptr,
nullptr,
nullptr nullptr
) {} ) {}
void run(int argc, char* const argv[], Callbacks* callbacks) const override {} void run(int argc, char* const argv[], Callbacks* callbacks) const override {}