Lefteris
Results
1
comments of
Lefteris
A better solution is to use a preprocessor macro in case this get's added back someday in the power.h of avr: ``` #if defined(__AVR_HAVE_PRR_PRUSART3) if (usart3 == USART3_OFF) power_usart3_disable(); #endif...