Index: firmware/App/DGCommon.h =================================================================== diff -u -rb64c49fdcf2b6d95e61e63f8e258c4e600935bbd -r83f44bd2ad2c0ca0ad668b7bd6ed72bcb65a0561 --- firmware/App/DGCommon.h (.../DGCommon.h) (revision b64c49fdcf2b6d95e61e63f8e258c4e600935bbd) +++ firmware/App/DGCommon.h (.../DGCommon.h) (revision 83f44bd2ad2c0ca0ad668b7bd6ed72bcb65a0561) @@ -19,14 +19,17 @@ #include "hal_stdtypes.h" +// ********** version ********** + +#define DG_VERSION_MAJOR 0 +#define DG_VERSION_MINOR +#define DG_VERSION_BUILD + // ********** build switches ********** #ifndef _VECTORCAST_ // #define RM46_EVAL_BOARD_TARGET 1 - #define SIMULATE_UI 1 - #define DEBUG_ENABLED 1 - #define DISABLE_CRC_ERROR 1 -// #define CAN_TEST 1 +// #define SIMULATE_UI 1 #ifdef DEBUG_ENABLED #include