Arduino-Queue.h icon indicating copy to clipboard operation
Arduino-Queue.h copied to clipboard

error: 'Queue' does not name a type

Open T-Kuhn opened this issue 7 years ago • 4 comments

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.

T-Kuhn avatar Sep 17 '18 00:09 T-Kuhn

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

romgen avatar Mar 24 '20 12:03 romgen

glad I could help

T-Kuhn avatar Mar 25 '20 04:03 T-Kuhn

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.

halitsever avatar Feb 19 '24 22:02 halitsever

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

KubasuIvanSakwa avatar Mar 04 '24 17:03 KubasuIvanSakwa