Skip to content

Commit b50c80e

Browse files
committed
remove unused macro
1 parent f40504b commit b50c80e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ports/mimxrt10xx/common-hal/audiobusio/__init__.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@
3838
#define SAI_CLOCK_FREQ (CLOCK_GetFreq(kCLOCK_AudioPllClk) / (SAI_CLOCK_SOURCE_DIVIDER + 1U) / \
3939
(SAI_CLOCK_SOURCE_PRE_DIVIDER + 1U))
4040

41-
// must match what's in clocks.c (but that's a C file so there's no way to include it)
42-
// This is 480MMHz * (18/17) / 8 (around 63.5MHz) and there's no partiuclar
43-
// logic to this value that I was able to determine.
44-
#define BOARD_BOOTCLOCKRUN_SAI1_CLK_ROOT 63529411UL
45-
4641
#define AUDIO_BUFFER_FRAME_COUNT (128) // in uint32_t; there are 4, giving 2048 bytes. In all they hold 10ms @ stereo 16-bit 48kHz before all buffers drain
4742

4843
/*

0 commit comments

Comments
 (0)