Typo fix.

This commit is contained in:
Blaz Kristan 2022-12-31 18:58:52 +01:00
parent 95869eeb70
commit e128c3094a

View File

@ -56,12 +56,12 @@
#if WLED_MAX_BUSES > 5 #if WLED_MAX_BUSES > 5
#error Maximum number of buses is 5. #error Maximum number of buses is 5.
#endif #endif
#define WLED_MIN_VIRTUAL_BUSSES (5-WLED_MAX_BUSES) #define WLED_MIN_VIRTUAL_BUSSES (5-WLED_MAX_BUSSES)
#else #else
#if WLED_MAX_BUSES > 10 #if WLED_MAX_BUSES > 10
#error Maximum number of buses is 10. #error Maximum number of buses is 10.
#endif #endif
#define WLED_MIN_VIRTUAL_BUSSES (10-WLED_MAX_BUSES) #define WLED_MIN_VIRTUAL_BUSSES (10-WLED_MAX_BUSSES)
#endif #endif
#endif #endif