This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

There is an error in AT89x55.h in Keil C51

I am using keil C51 7.06A
Today I found an error in at89x52,it's about
the definition of WR and RD
in at89x55.h

sbit WR    = P3^7;
sbit RD    = P3^6;
But WR should be P3.6 while RD is P3.7.