Part Number: MSP430FR2355
Hello...
I have a h file at a high level application layer and a c file at a low level driver space.....I would like to access some #defines from the h file. Can someone tell me how to go about this??? (most likely very simple but....)
I have tried including the h file into my low level but it creates a conflict as my low level driver h file is included in the top level application h file.....
Thanks