aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2019-05-14 11:36:40 +0300
committerAvi Levkovich <avi@twine-s.com>2019-05-14 11:36:40 +0300
commitbb385d22d3eaebb82c51922153c8d351fbd26e9c (patch)
tree830453b235c16cba3c946c492a98ee288a3f8d10 /Software/Embedded_SW/Embedded
parentb9c6f8c973994933c60cf0fa06a4bafeb9d349b1 (diff)
downloadTango-bb385d22d3eaebb82c51922153c8d351fbd26e9c.tar.gz
Tango-bb385d22d3eaebb82c51922153c8d351fbd26e9c.zip
remove the init dispenser function from main (moved to hardware init)
Diffstat (limited to 'Software/Embedded_SW/Embedded')
-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 4a8463acb..1478746e5 100644
--- a/Software/Embedded_SW/Embedded/Main.c
+++ b/Software/Embedded_SW/Embedded/Main.c
@@ -245,8 +245,8 @@ int main(void)
ROM_SysCtlDelay(SYS_CLK_FREQ / 3);
- Check_Dispenser_Type();
- Init_Dispensers_IO_Registers(&Disp_IO_Reg);
+ //Check_Dispenser_Type();
+ //Init_Dispensers_IO_Registers(&Disp_IO_Reg);
#ifdef WATCHDOG
InitWatchdog(ui32SysClock*10);