Part Number: MSP430F5335
Tool/software: TI C/C++ Compiler
I used to be able to use __attribute__ `used` to include a function that is not referenced anywhere. It does not seem to work anymore, how do I make sure the linker keeps a function that has not been referenced?