Index: firmware/App/Services/FPGA.c =================================================================== diff -u -rc9349bb5f5ba2ff142fcca77cf596b710cebe09c -rb58b62e1353f32bc75842dcbf1ca9e20488bfd6c --- firmware/App/Services/FPGA.c (.../FPGA.c) (revision c9349bb5f5ba2ff142fcca77cf596b710cebe09c) +++ firmware/App/Services/FPGA.c (.../FPGA.c) (revision b58b62e1353f32bc75842dcbf1ca9e20488bfd6c) @@ -108,7 +108,7 @@ * 2. Bits 5..11 are the version (not used) * 3. Bits 12..15 are the CRC */ -#define FPGA_BARO_SENSOR_MFG_INFO_BITS 0x001F ///< FPGA baro sensor manufacturing information first 4 bits. +#define FPGA_BARO_SENSOR_MFG_INFO_BITS 0x0FFF ///< FPGA baro sensor manufacturing information first 4 bits. #define FPGA_BARO_SENSOR_CRC_BITS 0xF000 ///< FPGA baro sensor CRC 4 bits. #define FPGA_BARO_SENSOR_CRC_BIT_SHIFT 12 ///< FPGA baro sensor CRC bit shit value.