SPI fixes for buggy components (#5446)

This commit is contained in:
Clyde Stubbs
2023-09-29 10:36:31 +10:00
committed by Jesse Hills
parent 9b75121337
commit ec4777b8d0
4 changed files with 4 additions and 6 deletions
+1
View File
@@ -248,6 +248,7 @@ class SPIDelegateDummy : public SPIDelegate {
SPIDelegateDummy() = default;
uint8_t transfer(uint8_t data) override { return 0; }
void end_transaction() override{};
void begin_transaction() override;
};