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

Wrong error message on call method without 'call'. #143

Open
JingruiLea opened this issue May 30, 2019 · 1 comment
Open

Wrong error message on call method without 'call'. #143

JingruiLea opened this issue May 30, 2019 · 1 comment
Labels

Comments

@JingruiLea
Copy link

JingruiLea commented May 30, 2019

If we write code like this:

#include "wclock.ceu"

USART_Init(9600);

Obviously, the error appears in the last line. But compiler reports an error like below.

ERR : ./libraries/driver-wclock/avr/timer1-compa.ceu : line 63 : after end : expected ; or statement

It thinks the error occurs at the last line of our library.

@fsantanna fsantanna added the bug label May 30, 2019
@fsantanna
Copy link
Collaborator

Thanks.

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

No branches or pull requests

2 participants