??? 06/09/10 16:28 Read: times |
#176557 - #including #includes Responding to: ???'s previous message |
FWIW, I'm sorting through the demo code supplied by TI for their TAS1020B, and holy shit is it a disaster. The biggest issue is that they have #included files #including other headers, and it's almost circular and somewhat contradictory. I will rewrite the whole thing but before I can do that, I need to understand it. The fact that it has macros to define specific addresses in XDATA space is rather opaque.
So, anyways, my point here is that if this is code that you intend to distribute (or even use yourself next year), try to avoid the #included #includes and such. -a- |