Hi,
another question here.
I want to use the function 'CAN001_lAllocateMOtoNodeList' in my own can.c file. But it is already defined as 'static void' in 'CAN001.c'. I tried to remove 'static' and declare it just as 'void' in 'CAN001.h'. But somehow, every time after new code generation. It would be changed BACK! and then I get the error ''undefined reference....''.
what can I do to save the changing?
Best regards
another question here.
I want to use the function 'CAN001_lAllocateMOtoNodeList' in my own can.c file. But it is already defined as 'static void' in 'CAN001.c'. I tried to remove 'static' and declare it just as 'void' in 'CAN001.h'. But somehow, every time after new code generation. It would be changed BACK! and then I get the error ''undefined reference....''.
what can I do to save the changing?
Best regards