AP_DAL: take into account for addition of QSPIDevice in AP_HAL

This commit is contained in:
Siddharth Purohit 2021-06-02 18:53:15 +05:30 committed by Andrew Tridgell
parent 6a284ea59d
commit 0120d8eeec
1 changed files with 1 additions and 0 deletions

View File

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