Hi
I have tried to re-arrange my project so that it will have config.h header file and device.h header file.
In config.h i define the current device compilation type and in device.h i define the device specific attributes.
The problem is that the changes i make in the config.h file affects only the device.h file (it doen't permeate to the source file which include the device.h file)
Is there any restriction concerning doing such "include to include"?
thank you
Yaron