Skip to content

Commit 0a4b502

Browse files
fix
1 parent 5ec021a commit 0a4b502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/arduino/Print.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ constexpr auto operator +(const TFormatter& formatter, const OptionList<THead, T
427427
template<
428428
typename TOption1,
429429
typename TOption2,
430-
detail::enable_if_base_of<Print::FormatterOption, TOption1>* = nullptr
430+
detail::enable_if_base_of<Print::FormatterOption, TOption1>* = nullptr,
431431
detail::enable_if_base_of<Print::FormatterOption, TOption2>* = nullptr
432432
>
433433
constexpr auto operator+(const TOption1& first, const TOption2& second)

0 commit comments

Comments
 (0)