add settings for Renesas RX family

This commit is contained in:
kkitayam
2021-07-08 21:57:28 +09:00
parent ecb100a62f
commit 2e0d7e87d0
2 changed files with 16 additions and 0 deletions
+4
View File
@@ -35,7 +35,11 @@
//--------------------------------------------------------------------+
// List of supported sample rates
#if defined(__RX__)
const uint32_t sample_rates[] = {44100, 48000};
#else
const uint32_t sample_rates[] = {44100, 48000, 88200, 96000};
#endif
uint32_t current_sample_rate = 44100;
#define N_SAMPLE_RATES TU_ARRAY_SIZE(sample_rates)