forked from PAWPAW-Mirror/lib_xua
Typo in MCLK_441 define checking for MIN_FREQ
This commit is contained in:
@@ -1334,7 +1334,7 @@ enum USBEndpointNumber_Out
|
|||||||
#error Bad DEFAULT_MCLK_FREQ
|
#error Bad DEFAULT_MCLK_FREQ
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ((MCLK_44 % MIN_FREQ) == 0)
|
#if ((MCLK_441 % MIN_FREQ) == 0)
|
||||||
#define MIN_FREQ_44 MIN_FREQ
|
#define MIN_FREQ_44 MIN_FREQ
|
||||||
#define MIN_FREQ_48 ((48000 * 512)/((44100 * 512)/MIN_FREQ))
|
#define MIN_FREQ_48 ((48000 * 512)/((44100 * 512)/MIN_FREQ))
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user