diff options
author | Arisotura <thetotalworm@gmail.com> | 2023-11-03 21:33:13 +0100 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2023-11-03 21:33:13 +0100 |
commit | f188c2cf1a275dbe9d79683e3d66b765eb816804 (patch) | |
tree | 85b9e268964a832f179230a57d58c641d02f4c1f /src/SPI.h | |
parent | e4f4e94694f4e4aaac5b78704fee1c39f11dd034 (diff) |
hopefully get the compiler to shut up
Diffstat (limited to 'src/SPI.h')
-rw-r--r-- | src/SPI.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ public: void Release() override; private: - std::unique_ptr<Firmware> Firmware; + std::unique_ptr<class Firmware> Firmware; u8 CurCmd; |