Index: firmware/App/Services/FPGA.h =================================================================== diff -u -r796d5732ae78870d15ac5c86feee82229626034c -r3d30c9829d316b8c5e632c0201a59c8d14b3486e --- firmware/App/Services/FPGA.h (.../FPGA.h) (revision 796d5732ae78870d15ac5c86feee82229626034c) +++ firmware/App/Services/FPGA.h (.../FPGA.h) (revision 3d30c9829d316b8c5e632c0201a59c8d14b3486e) @@ -112,10 +112,10 @@ void setFPGABloodLeakSelfTest( void ); void clearFPGABloodLeakSelfTest( void ); -BOOL noFPGABubbleDetected( BUBBLES_T bubble ); -BOOL FPGABubbleSelfTestDetected( BUBBLES_T bubble ); -void setFPGABubbleSelfTest( BUBBLES_T bubble ); -void clearFPGABubbleSelfTest( BUBBLES_T bubble ); +BOOL noFPGABubbleDetected( U32 bubble ); +BOOL FPGABubbleSelfTestDetected( U32 bubble ); +void setFPGABubbleSelfTest( U32 bubble ); +void clearFPGABubbleSelfTest( U32 bubble ); void setFPGAValveDialyzerInletPosition( S16 setPoint ); S16 getFPGAValveDialyzerInletPosition( void );