aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Main.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-08-02 12:44:48 +0300
committerShlomo Hecht <shlomo@twine-s.com>2020-08-02 12:44:48 +0300
commit8341015db09be9aa52f7b349792ecaa394d73680 (patch)
tree768b33719802357782e270b37d38cfdf7ef03b2a /Software/Embedded_SW/Embedded/Main.c
parent9b8bd5cac01ad553ebbda9b1b40be1bcd535c47e (diff)
parent8a5c623fd4e3247b4b24f430c14725f7a9986433 (diff)
downloadTango-8341015db09be9aa52f7b349792ecaa394d73680.tar.gz
Tango-8341015db09be9aa52f7b349792ecaa394d73680.zip
head type name change
Diffstat (limited to 'Software/Embedded_SW/Embedded/Main.c')
-rw-r--r--Software/Embedded_SW/Embedded/Main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Embedded_SW/Embedded/Main.c b/Software/Embedded_SW/Embedded/Main.c
index 45059e9c4..da103cced 100644
--- a/Software/Embedded_SW/Embedded/Main.c
+++ b/Software/Embedded_SW/Embedded/Main.c
@@ -280,11 +280,11 @@ int main(void)
{
PP_Machine = true;
}
- if ((Head_Type > HEAD_TYPE_SYLKO_WITHOUT_CARD)||(WHS_Type == WHS_TYPE_NEW))
+ if ((Head_Type > HEAD_TYPE_FLAT_WITHOUT_CARD)||(WHS_Type == WHS_TYPE_NEW))
{
I2C_ReadingTask_Init();
}
- if (Head_Type > HEAD_TYPE_SYLKO_WITHOUT_CARD)
+ if (Head_Type > HEAD_TYPE_FLAT_WITHOUT_CARD)
{
Trigger_Head_io_Init();//Head_IO_Init();//moved to set 24 to pressure sensor in arc earlier
}