del warnings

This commit is contained in:
2022-01-20 13:32:35 +01:00
parent c6deb28e5d
commit a9286b1b92
10 changed files with 14 additions and 481 deletions

View File

@ -199,7 +199,6 @@ PRIVATE BOOL boReadReg( U8 u8Register, PU16 pu16Data, BOOL boIs16bit );
BOOL ADCD_boInitializeModule( VOID )
{
BOOL boOK = TRUE;
U16 u16Data = 0;
boOK &= ( ( m_pstMutexID = osMutexNew( &m_stMutexAttr ) ) == NULL ) ? FALSE : TRUE;