Index: firmware/App/Services/FPGA.h =================================================================== diff -u -r8cf95991417ca6c7d9ab9a4ba85e28acb1583899 -r71b08e3335b0c111cc57a562089e8ac0b206d258 --- firmware/App/Services/FPGA.h (.../FPGA.h) (revision 8cf95991417ca6c7d9ab9a4ba85e28acb1583899) +++ firmware/App/Services/FPGA.h (.../FPGA.h) (revision 71b08e3335b0c111cc57a562089e8ac0b206d258) @@ -126,7 +126,7 @@ void setFPGABloodLeakSelfTest( void ); void clearFPGABloodLeakSelfTest( void ); -void setFPGABloodLeakUARTControl( U32 value ); +void setFPGABloodLeakUARTControl( U08 value ); void setFPGABloodLeakUARTTransmit( U08 value ); U08 getFPGABloodLeakZeroStatusCounter( void ); U08 getFPGABloodLeakCounter( void );