leahi-common

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge branch 'LDT-3173-io-pressure-sensors' into staging

LEAHI-APPLICATION-LDT-3373_Misc SW Enhancements - SW - 01 - BloodPrime-02 - R&I
LEAHI-APPLICATION-LDT-3373_Misc SW Enhancements - SW - 01 - BloodPrime-02 - R&I
LDT-3344 merged into develop

WIP modified tx params enum

changed.

changed.

LDT-3344 addressed code review comments

It is there in line 131 It would be nice to have it clubbed it together like #ifdef _TEENSY_CONDUCTIVITY_DRIVER_ place all code for teensy here { MSG_ID_DD_SET_CONDUCTIVITY_MODEL_REQUEST, &testSe...

It is there in line 131

It would be nice to have it clubbed it together like

#ifdef _TEENSY_CONDUCTIVITY_DRIVER_
place all code for teensy here

Unknown macro: { MSG_ID_DD_SET_CONDUCTIVITY_MODEL_REQUEST, &testSetTeenyConductivityModel }

,
#else
// move the all code under #ifndef _TEENSY_CONDUCTIVITY_DRIVER_ here

#endif

fixed.

fixed.

reordered and wrapped in a macro

reordered and wrapped in a macro

see other comment.

see other comment.

reordered MSG IDs such that the teensy specific ones are wrapped in a macro and are far enough in sequence to not cause trouble when we are ready to remove them.

reordered MSG IDs such that the teensy specific ones are wrapped in a macro and are far enough in sequence to not cause trouble when we are ready to remove them.

fixed.

fixed.

removed

removed

fixed.

fixed.

it stop gap to see if it was valve specific. Its been reverted.

it stop gap to see if it was valve specific. Its been reverted.

Merge branch 'LDT-3173-io-pressure-sensors' into develop

LDT-3373: updated msg id to seperate teensy specific overrides.

Merge branch 'LDT-3173-io-pressure-sensors' into develop

Merge branch 'staging' into LDT-3173-io-pressure-sensors

Merge branch 'staging' into develop

Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

Merge branch 'LDT-2004-drybicarb---dd' into develop

WIP on develop

LDT-3372: updated msg id to contain filtered temperature overrides

WIP on develop

LDT-3372: updated IOFP msg id list as it was out of sync.

LDT-2004-3 Merging branch staging into LDT-2004-drybicarb---dd

Add TODO to comment.

Add TODO to comment.

Put () around the 2 conditions

Put () around the 2 conditions