fix typo in comment

This commit is contained in:
Frank 2023-09-21 23:40:21 +02:00
parent ad863dd55a
commit 11a667879d

View File

@ -1190,7 +1190,7 @@ class PolyBus {
#else
// standard ESP32 has 8 RMT and 2 I2S channels
if (num > 9) return I_NONE;
if (num == 8) offset = 2; // first use I2S#1 (so #0stays availeable for audio)
if (num == 8) offset = 2; // first use I2S#1 (so #0 stays available for audio)
if (num == 9) offset = 1; // use I2S#0 as the last driver
#endif
switch (busType) {