diff options
| author | Avi Levkovich <avi@twine-s.com> | 2020-06-07 15:20:15 +0300 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2020-06-07 15:20:15 +0300 |
| commit | ab373376b8c568d8388483c6f63581a8568cab86 (patch) | |
| tree | 7e2af3570c126b8beddd4f38bff525f0698e475f /Software/Embedded_SW/Embedded/Main.c | |
| parent | cb7822348d04eae295656a3471b82a272e4873c8 (diff) | |
| download | Tango-ab373376b8c568d8388483c6f63581a8568cab86.tar.gz Tango-ab373376b8c568d8388483c6f63581a8568cab86.zip | |
updates for the new dispenser pressure sensor
Diffstat (limited to 'Software/Embedded_SW/Embedded/Main.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Main.c b/Software/Embedded_SW/Embedded/Main.c index b1d6110c6..a5ddb694b 100644 --- a/Software/Embedded_SW/Embedded/Main.c +++ b/Software/Embedded_SW/Embedded/Main.c @@ -231,7 +231,7 @@ int main(void) ROM_SysTickIntEnable(); ROM_SysTickEnable(); - Calculateinit(); + //Calculateinit();//moved to HWConfiguration after reading the dispenser EEPROM PortFunctionInit(); //FlashInit(); |
