mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-20 08:17:48 +00:00
Add lots of value constructors.
This commit is contained in:
@@ -53,7 +53,7 @@ private:
|
||||
std::unique_ptr<stream::Writer> writer;
|
||||
std::function<void()> success_callback;
|
||||
std::function<void(File::Error)> error_callback;
|
||||
Thread* thread;
|
||||
Thread* thread { nullptr };
|
||||
|
||||
static msg_t static_fn(void* arg);
|
||||
|
||||
|
Reference in New Issue
Block a user