Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

possible sign of problem (in compiler warning) #41

Open
kuldeepdhaka opened this issue Dec 15, 2016 · 0 comments
Open

possible sign of problem (in compiler warning) #41

kuldeepdhaka opened this issue Dec 15, 2016 · 0 comments

Comments

@kuldeepdhaka
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant