v5 - adding preassure sensor (lid status)

This commit is contained in:
2024-05-02 09:58:56 +02:00
parent 213ee88c7a
commit 427106670b
6 changed files with 2647 additions and 4061 deletions

View File

@ -97,7 +97,6 @@
EVENT_DAC_START | EVENT_DAC_STOP | EVENT_ADC_DATA_READY | \
EVENT_RESET_DATA_COUNTER )
//=================================================================================================
// Section: MACROS
// Description: Definition of local macros (visible by this module only).
@ -265,6 +264,8 @@ BOOL ADCD_boReadData( ADCD_EnTemps eChannel, PU8 pu8Error, PU16 pu16Data )
osMutexRelease( m_pstMutexID );
*pu8Error &= ADCD_FAULT_MASK; // Mask the don't care bits
*pu8Error |= ADCD_STATUS_DATA_ERROR;
return FALSE;