File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -546,13 +546,14 @@ void setup_i2s()
546546 Serial .printf ("\tfixed_mclk: %d\n" , i2s_configuration .fixed_mclk );
547547 Serial .printf ("\tmclk_multiple: %d\n" , i2s_configuration .mclk_multiple );
548548 Serial .printf ("\tbits_per_chan: %d\n" , i2s_configuration .bits_per_chan );
549-
549+ #if 0 /* for future use */
550550 Serial .printf ("\tchan_mask: %d\n" , i2s_configuration .chan_mask );
551551 Serial .printf ("\ttotal_chan: %d\n" , i2s_configuration .total_chan );
552552 Serial .printf ("\tleft_align: %d\n" , i2s_configuration .left_align );
553553 Serial .printf ("\tbig_edin: %d\n" , i2s_configuration .big_edin );
554554 Serial .printf ("\tbit_order_msb: %d\n" , i2s_configuration .bit_order_msb );
555555 Serial .printf ("\tskip_msk: %d\n" , i2s_configuration .skip_msk );
556+ #endif
556557#ifdef I2S_NODAC
557558 i2s_set_pin (i2s_port_number , NULL );
558559 i2s_set_dac_mode (I2S_DAC_CHANNEL_BOTH_EN );
You can’t perform that action at this time.
0 commit comments