mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-12 03:34:58 -04:00
Hide CaptureThread event mask, only used internally.
This commit is contained in:
parent
0da48b099c
commit
dbc2a5c9ea
3 changed files with 5 additions and 4 deletions
|
@ -57,6 +57,8 @@ public:
|
|||
static void check_fifo_isr();
|
||||
|
||||
private:
|
||||
static constexpr auto event_mask_loop_wake = EVENT_MASK(0);
|
||||
|
||||
CaptureConfig config;
|
||||
std::unique_ptr<Writer> writer;
|
||||
Optional<File::Error> last_error;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue