aa66cfccff997de5a23f0b5569909c34e5615f34
usart_of<0> is an incomplete type on the USART-less chips, and a static member initializer with only non-dependent operands is checked when the template is parsed, not when it is instantiated — so the address probe broke every tiny build without hardware_link ever being named. The lookup moves into a member function template taking the link's own baud parameter, the dependence carrier that defers it to instantiation. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Description
No description provided
Languages
C++
100%