mirror of
https://github.com/wled/WLED.git
synced 2025-07-12 05:16:31 +00:00
Remove flush() in bus manager.
This commit is contained in:
parent
6403d18d15
commit
61b5e5ad7e
@ -28,12 +28,10 @@ void colorRGBtoRGBW(byte* rgb);
|
|||||||
#define DEBUG_PRINT(x) DEBUGOUT.print(x)
|
#define DEBUG_PRINT(x) DEBUGOUT.print(x)
|
||||||
#define DEBUG_PRINTLN(x) DEBUGOUT.println(x)
|
#define DEBUG_PRINTLN(x) DEBUGOUT.println(x)
|
||||||
#define DEBUG_PRINTF(x...) DEBUGOUT.printf(x)
|
#define DEBUG_PRINTF(x...) DEBUGOUT.printf(x)
|
||||||
#define DEBUG_FLUSH() DEBUGOUT.flush()
|
|
||||||
#else
|
#else
|
||||||
#define DEBUG_PRINT(x)
|
#define DEBUG_PRINT(x)
|
||||||
#define DEBUG_PRINTLN(x)
|
#define DEBUG_PRINTLN(x)
|
||||||
#define DEBUG_PRINTF(x...)
|
#define DEBUG_PRINTF(x...)
|
||||||
#define DEBUG_FLUSH()
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define GET_BIT(var,bit) (((var)>>(bit))&0x01)
|
#define GET_BIT(var,bit) (((var)>>(bit))&0x01)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user