Index: firmware/App/Services/FpgaTD.c =================================================================== diff -u -r0d3d179b4a4b632d8a0c2a579559b6e9541a031c -re36419ec3d1b64f3831b631d57f30ce4018646c5 --- firmware/App/Services/FpgaTD.c (.../FpgaTD.c) (revision 0d3d179b4a4b632d8a0c2a579559b6e9541a031c) +++ firmware/App/Services/FpgaTD.c (.../FpgaTD.c) (revision e36419ec3d1b64f3831b631d57f30ce4018646c5) @@ -1363,7 +1363,7 @@ * @details \b Outputs: fpgaActuatorSetPoints.nibpCtl * @return none *************************************************************************/ -void setNIBPCommand( FPGA_NIBP_CMD_T command ) +void setNIBPCommand( U08 command ) { fpgaActuatorSetPoints.nibpCtl &= ~FPGA_NIBP_CMD_MASK; fpgaActuatorSetPoints.nibpCtl |= ( (U16)command & FPGA_NIBP_CMD_MASK );