Index: Compatible.h =================================================================== diff -u -r60c09a5d4d3143212223491719d1e8edc5efc3da -r12b1b5482874552923d39919f8ade1a501a5a924 --- Compatible.h (.../Compatible.h) (revision 60c09a5d4d3143212223491719d1e8edc5efc3da) +++ Compatible.h (.../Compatible.h) (revision 12b1b5482874552923d39919f8ade1a501a5a924) @@ -25,13 +25,10 @@ * @{ */ -#define SW_COMPATIBILITY_REV 5 ///< Compatibility revision for all system software stacks (HD and DG and UI). +#define SW_COMPATIBILITY_REV 6 ///< Compatibility revision for all system software stacks (HD and DG and UI). #define HD_FPGA_COMPATIBILITY_REV 1 ///< Compatibility revision for HD firmware with HD FPGA. #define DG_FPGA_COMPATIBILITY_REV 2 ///< Compatibility revision for DG firmware with DG FPGA. -#define MIN_HD_FPGA_MAJOR 0 ///< Minimum HD FPGA major revision to be compatible with this version of HD firmware. -#define MIN_HD_FPGA_MINOR 13 ///< Minimum HD FPGA minor revision to be compatible with this version of HD firmware. - /**@}*/ #endif