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??
↧