We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I am getting this error: error C202 'P3_3' undefined identifier.. please tell me what changes to make in my program. I am using 89c51
Isn't it obvious what to do when the code tries to reference an unknown symbol?
But you must figure out if you have spelled wrong or not written all required statements yet. Should be easy since you are expected to know the meaning of P3_3 (third bit on port P3???) If you don't, then your code is a partial cut/paste of code you don't understand, in which case you have bigger problems than just supplying all required definitions/declarations.