Browse Source

AP_DAL: fix for uartI support

c415-sdk
Andrew Tridgell 4 years ago
parent
commit
8914bb45f8
  1. 1
      libraries/AP_DAL/examples/AP_DAL_Standalone/main.cpp

1
libraries/AP_DAL/examples/AP_DAL_Standalone/main.cpp

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

Loading…
Cancel
Save