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

error: 'Queue' does not name a type #3

Open
T-Kuhn opened this issue Sep 17, 2018 · 4 comments
Open

error: 'Queue' does not name a type #3

T-Kuhn opened this issue Sep 17, 2018 · 4 comments

Comments

@T-Kuhn
Copy link

T-Kuhn commented Sep 17, 2018

I encountered the following error message when trying to use the Queue.h library in the Arduino IDE coding for a ESP-32 developer board: error: 'Queue' does not name a type

The fix was to change

#ifndef QUEUE_H
#define QUEUE_H

to

#ifndef Queue_h
#define Queue_h

in the Queue.h file.

@romgen
Copy link

romgen commented Mar 24, 2020

Arduino Pro Mini:
I've had the same problem, thank you for providing the fix!

@T-Kuhn
Copy link
Author

T-Kuhn commented Mar 25, 2020

glad I could help

Repository owner deleted a comment Feb 1, 2024
@halitsever
Copy link

halitsever commented Feb 19, 2024

idk why but someone mentioning me in that issue in every week, wtf happening?
Screenshot 2024-02-20 at 01 51 43

edit: nvm i just clicked the unsubscribe, probably it's spam user or something.

Repository owner deleted a comment from PuchkovaAnastasia Feb 22, 2024
Repository owner deleted a comment from Tejesh18 Feb 23, 2024
Repository owner deleted a comment from m4s1t4 Mar 4, 2024
Repository owner deleted a comment from OmerTurann Mar 4, 2024
@KubasuIvanSakwa
Copy link

idk why but someone mentioning me in that issue in every week, wtf happening? Screenshot 2024-02-20 at 01 51 43

edit: nvm i just clicked the unsubscribe, probably it's spam user or something.

I guess it people spamming those links or bots even

Repository owner deleted a comment from Idris933 Mar 13, 2024
@github-staff github-staff deleted a comment from vokaplok Sep 17, 2024
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

7 participants
@romgen @T-Kuhn @halitsever @KubasuIvanSakwa and others