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

Impact of using bit instead of sbit for sfr while declaring

Keil compiler doesn't allow us to use sbit in declaration file (.h - header) So I am using bit in declaration of 1-bit variable in my .h (header) file and sbit in definition (.c) file for sfr . I am working on a critical project so will this cause any problem while executing on hardware?? If yes, when??