Skip to content

Commit 9d090ee

Browse files
committed
get rid of another debug print
1 parent d6a067b commit 9d090ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ports/mimxrt10xx/common-hal/audiopwmio/PWMAudioOut.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ void common_hal_audiopwmio_pwmaudioout_construct(audiopwmio_pwmaudioout_obj_t *s
8787
const mcu_periph_obj_t *left_periph = find_pin_function(mcu_mqs_left_list, left_channel, &instance, MP_QSTR_left_channel);
8888
const mcu_periph_obj_t *right_periph = find_pin_function(mcu_mqs_right_list, right_channel, &instance, MP_QSTR_right_channel);
8989

90-
mp_printf(&mp_plat_print, "note: peripheral %d\n", instance);
9190
sai_transceiver_t config;
9291
SAI_GetClassicI2SConfig(&config, kSAI_WordWidth16bits, kSAI_Stereo, 1U << 0u);
9392
config.frameSync.frameSyncEarly = false;

0 commit comments

Comments
 (0)