pre-defined macro
Hello, I would like to use #define macro in my program to hold application, firmware version and firmware building time. I know i can put these definition into my program directly, and make modification before I compile my program. Could I use GNU C ...