diff options
| author | Tim Keller <geekboy1011@gmail.com> | 2021-10-18 04:20:11 (GMT) |
|---|---|---|
| committer | Tim Keller <geekboy1011@gmail.com> | 2021-12-10 01:18:57 (GMT) |
| commit | 1b4b422ab6d7588e21e58fcf1d2ba04470abc611 (patch) | |
| tree | 5409c821ba670c3161529e01a327ee1711fce021 /src/drivers/Spi.h | |
| parent | 3a8e66a52fcc6317a7dffa15cb161f37a645d36c (diff) | |
More attempted SPI fixes
Diffstat (limited to 'src/drivers/Spi.h')
| -rw-r--r-- | src/drivers/Spi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/Spi.h b/src/drivers/Spi.h index 9b6a30f..51de2b3 100644 --- a/src/drivers/Spi.h +++ b/src/drivers/Spi.h @@ -23,6 +23,7 @@ namespace Pinetime { private: SpiMaster& spiMaster; uint8_t pinCsn; + bool active; }; } } |
