kopia lustrzana https://github.com/Aircoookie/WLED
Merge fix
rodzic
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)
|
||||||
|
|
Ładowanie…
Reference in New Issue