You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
usart.c: In function 'usart_is_recv_ready':
usart.c:107:10: warning: implicit declaration of function 'USART_SR' [-Wimplicit-function-declaration]
return (USART_SR(usart) & USART_SR_RXNE);
(stm32f3)
Compiler assume USART_SR as function and will cause link error for the target uC.
The text was updated successfully, but these errors were encountered:
(stm32f3)
Compiler assume USART_SR as function and will cause link error for the target uC.
The text was updated successfully, but these errors were encountered: