mirror of https://github.com/ArduPilot/ardupilot
AP_DAL: take into account for addition of QSPIDevice in AP_HAL
This commit is contained in:
parent
6a284ea59d
commit
0120d8eeec
|
@ -43,6 +43,7 @@ public:
|
|||
nullptr,
|
||||
nullptr,
|
||||
nullptr,
|
||||
nullptr,
|
||||
nullptr
|
||||
) {}
|
||||
void run(int argc, char* const argv[], Callbacks* callbacks) const override {}
|
||||
|
|
Loading…
Reference in New Issue