mirror of
https://github.com/wled/WLED.git
synced 2025-07-25 03:36:45 +00:00
typo in comment
This commit is contained in:
parent
1123d85fd2
commit
779744bd8e
@ -544,7 +544,7 @@
|
|||||||
// C6/H2/P4: 20 bit, S2/S3/C2/C3: 14 bit
|
// C6/H2/P4: 20 bit, S2/S3/C2/C3: 14 bit
|
||||||
#define MAX_BIT_WIDTH SOC_LEDC_TIMER_BIT_WIDE_NUM
|
#define MAX_BIT_WIDTH SOC_LEDC_TIMER_BIT_WIDE_NUM
|
||||||
#else
|
#else
|
||||||
// ESP32: 32 bit
|
// ESP32: 20 bit
|
||||||
#define MAX_BIT_WIDTH 20
|
#define MAX_BIT_WIDTH 20
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user