update libfirmware (#4446)

* update libfirmware

* s
This commit is contained in:
Matthew Kennedy 2022-08-16 20:02:34 -07:00 committed by GitHub
parent 81b2d57ed3
commit 3a0bf87d92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -142,6 +142,10 @@ protected:
efiPrintf("PT2001 error: %s", why);
}
void sleepMs(size_t ms) override {
chThdSleepMilliseconds(ms);
}
private:
SPIDriver* driver;

@ -1 +1 @@
Subproject commit 4e750bcacdef37eae3c12119850013fe4c83218a
Subproject commit 17ba85c6e229b715a01963220ccc31b40c8a3e1d