aboutsummaryrefslogtreecommitdiff
path: root/src/SPI.h
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2023-11-03 21:33:13 +0100
committerArisotura <thetotalworm@gmail.com>2023-11-03 21:33:13 +0100
commitf188c2cf1a275dbe9d79683e3d66b765eb816804 (patch)
tree85b9e268964a832f179230a57d58c641d02f4c1f /src/SPI.h
parente4f4e94694f4e4aaac5b78704fee1c39f11dd034 (diff)
hopefully get the compiler to shut up
Diffstat (limited to 'src/SPI.h')
-rw-r--r--src/SPI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SPI.h b/src/SPI.h
index 4578ad5..2fde226 100644
--- a/src/SPI.h
+++ b/src/SPI.h
@@ -85,7 +85,7 @@ public:
void Release() override;
private:
- std::unique_ptr<Firmware> Firmware;
+ std::unique_ptr<class Firmware> Firmware;
u8 CurCmd;