diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-04-20 19:48:40 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-04-20 19:48:40 +0300 |
| commit | 050b4cef6dec4cd18121081a802a2a5e0cf0d774 (patch) | |
| tree | ac5a89ecfac64f917d3ffbf5b24a58e8a7766dd0 /Software/Embedded_SW/Embedded/DataDef.h | |
| parent | 106fdd749e24f589afba0fb7ffdd712d6ef567ff (diff) | |
| download | Tango-050b4cef6dec4cd18121081a802a2a5e0cf0d774.tar.gz Tango-050b4cef6dec4cd18121081a802a2a5e0cf0d774.zip | |
dispenser eeprom implementation
Diffstat (limited to 'Software/Embedded_SW/Embedded/DataDef.h')
| -rw-r--r-- | Software/Embedded_SW/Embedded/DataDef.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/DataDef.h b/Software/Embedded_SW/Embedded/DataDef.h index 1621f2ecc..3729ee739 100644 --- a/Software/Embedded_SW/Embedded/DataDef.h +++ b/Software/Embedded_SW/Embedded/DataDef.h @@ -517,6 +517,7 @@ typedef struct uint32_t Pressure_Slope; uint8_t Production_Test_Date[8];//string uint32_t ATS_Location; + uint32_t ATS_Channel; uint32_t Spare1; uint32_t Spare2; uint8_t Unit_Empty; |
