Jump to content

Arduino prog_char does not name a type

Toyota AE86

Generically the error means the code is using a data type, "prog_char", that was not defined anywhere. You're probably missing a header or something that defines it. Or you can reverse engineer what the data type is supposed to represent, assuming it's a basic one, and typedef it accordingly.

 

 

 

If all that went over your head, then I don't think you should be mucking with this code.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×