fix typo in comment
This commit is contained in:
parent
ad863dd55a
commit
11a667879d
@ -1190,7 +1190,7 @@ class PolyBus {
|
|||||||
#else
|
#else
|
||||||
// standard ESP32 has 8 RMT and 2 I2S channels
|
// standard ESP32 has 8 RMT and 2 I2S channels
|
||||||
if (num > 9) return I_NONE;
|
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
|
if (num == 9) offset = 1; // use I2S#0 as the last driver
|
||||||
#endif
|
#endif
|
||||||
switch (busType) {
|
switch (busType) {
|
||||||
|
Loading…
Reference in New Issue
Block a user