mirror of
https://github.com/wled/WLED.git
synced 2025-07-10 12:26:31 +00:00
Merge fix
This commit is contained in:
parent
a66f5d660d
commit
a5277ff4a0
@ -21,6 +21,7 @@ make_unique(Args&&... args)
|
|||||||
{
|
{
|
||||||
return std::unique_ptr<T>(new T(std::forward<Args>(args)...));
|
return std::unique_ptr<T>(new T(std::forward<Args>(args)...));
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
// enable additional debug output
|
// enable additional debug output
|
||||||
#if defined(WLED_DEBUG_HOST)
|
#if defined(WLED_DEBUG_HOST)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user