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

"'Uart' does not name a type" compilation error #160

Open
droidalfa opened this issue Jan 5, 2023 · 1 comment
Open

"'Uart' does not name a type" compilation error #160

droidalfa opened this issue Jan 5, 2023 · 1 comment
Assignees
Labels
status: waiting for information More information must be provided before work can proceed type: imperfection Perceived defect in any part of project

Comments

@droidalfa
Copy link

droidalfa commented Jan 5, 2023

In file included from C:\Users\Coder\Documents\Arduino\libraries\MKRGSM\src/GSMVoiceCall.h:23:0,
                 from C:\Users\Coder\Documents\Arduino\libraries\MKRGSM\src/MKRGSM.h:24,
                 from C:\Users\Coder\AppData\Local\Temp\.arduinoIDE-unsaved202305-6004-j71uzu.o7tr\sketch_jan5a\sketch_jan5a.ino:18:
C:\Users\Coder\Documents\Arduino\libraries\MKRGSM\src/Modem.h:35:18: error: expected ')' before '&' token
   ModemClass(Uart& uart, unsigned long baud, int resetPin, int dtrPin);
                  ^
C:\Users\Coder\Documents\Arduino\libraries\MKRGSM\src/Modem.h:71:3: error: 'Uart' does not name a type; did you mean 'sqrt'?
   Uart* _uart;
   ^~~~
   sqrt
@per1234 per1234 changed the title Uart* _uart; ERROR "'Uart' does not name a type" compilation error Feb 24, 2023
@per1234 per1234 self-assigned this Feb 24, 2023
@per1234 per1234 added the type: imperfection Perceived defect in any part of project label Feb 24, 2023
@per1234
Copy link
Contributor

per1234 commented Feb 24, 2023

Hi @droidalfa. Thanks for taking the time to submit an issue.

Please tell me which board you have selected from the Tools > Board menu in Arduino IDE when you get this error message.

@per1234 per1234 added the status: waiting for information More information must be provided before work can proceed label Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting for information More information must be provided before work can proceed type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

2 participants