File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,16 +36,16 @@ fn main() {
36
36
println ! ( "Disabling power amplifier" ) ;
37
37
hackrf:: set_amp_enable ( & mut device, false ) . unwrap ( ) ;
38
38
39
- println ! ( "Setting LNA gain to 2 (=16dB)" )
39
+ println ! ( "Setting LNA gain to 2 (=16dB)" ) ;
40
40
hackrf:: set_lna_gain ( & mut device, 0 ) . unwrap ( ) ;
41
41
42
- println ! ( "Setting VGA gain to 4 (=8dB)" )
42
+ println ! ( "Setting VGA gain to 4 (=8dB)" ) ;
43
43
hackrf:: set_vga_gain ( & mut device, 32 ) . unwrap ( ) ;
44
44
45
- println ! ( "Setting TXVGA gain to 6 (=6dB)" )
45
+ println ! ( "Setting TXVGA gain to 6 (=6dB)" ) ;
46
46
hackrf:: set_txvga_gain ( & mut device, 12 ) . unwrap ( ) ;
47
47
48
- println ! ( "Disabling antenna power" )
48
+ println ! ( "Disabling antenna power" ) ;
49
49
hackrf:: set_antenna_enable ( & mut device, false ) . unwrap ( ) ;
50
50
51
51
let bw1 = hackrf:: compute_baseband_filter_bw_round_down_lt ( 2000 ) ;
You can’t perform that action at this time.
0 commit comments