summaryrefslogtreecommitdiff
path: root/src/drivers/Spi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/Spi.h')
-rw-r--r--src/drivers/Spi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/Spi.h b/src/drivers/Spi.h
index 9b6a30f4..51de2b34 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;
};
}
}