parent
81b2d57ed3
commit
3a0bf87d92
|
@ -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
|
Loading…
Reference in New Issue