Skip to content

Commit d1900a7

Browse files
committed
Comment out more unused code
1 parent fda37a4 commit d1900a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dac.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ impl GeneratorConfig {
4949

5050
/// Enabled DAC (type state)
5151
pub struct Enabled;
52-
/// Enabled DAC without output buffer (type state)
53-
pub struct EnabledUnbuffered;
52+
// / Enabled DAC without output buffer (type state)
53+
//pub struct EnabledUnbuffered;
5454
/// Enabled DAC wave generator (type state)
5555
pub struct WaveGenerator;
5656
/// Disabled DAC (type state)

0 commit comments

Comments
 (0)