diff options
Diffstat (limited to 'src/channels.rs')
-rw-r--r-- | src/channels.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/channels.rs b/src/channels.rs index 5b0d4d4..f88e10e 100644 --- a/src/channels.rs +++ b/src/channels.rs @@ -22,6 +22,7 @@ pub mod channel { pub struct DifferentialA2A3; } +#[derive(Debug, Clone, Copy)] pub enum ChannelSelection { SingleA0, SingleA1, |