diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-07-12 19:07:54 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-07-12 19:07:54 +0300 |
| commit | fcb4ce31a11724d9bbc80b2dbaba3f322ff39825 (patch) | |
| tree | f3b89b81c6ad91ae3a91587b10caaf8df5c39aa8 /Software/Embedded_SW | |
| parent | 33a68a0e46e55e86a4c1f100ea3d7e9180a801a3 (diff) | |
| parent | b6ce08364d86b5cf7e0d7b9b32d1a3c721fb3526 (diff) | |
| download | Tango-fcb4ce31a11724d9bbc80b2dbaba3f322ff39825.tar.gz Tango-fcb4ce31a11724d9bbc80b2dbaba3f322ff39825.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Embedded_SW')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Drivers/FPGA/FPGA_GPIO/FPGA_GPIO.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Drivers/FPGA/FPGA_GPIO/FPGA_GPIO.c b/Software/Embedded_SW/Embedded/Drivers/FPGA/FPGA_GPIO/FPGA_GPIO.c index f5b898e2c..9324fcdbf 100644 --- a/Software/Embedded_SW/Embedded/Drivers/FPGA/FPGA_GPIO/FPGA_GPIO.c +++ b/Software/Embedded_SW/Embedded/Drivers/FPGA/FPGA_GPIO/FPGA_GPIO.c @@ -230,7 +230,7 @@ uint32_t Control_WD(bool IsEnable, unsigned char SetTimer_Steps100mSec) // Contr } else { - F2_Watchdog_reg = 0x40 | SetTimer_Steps100mSec; // Enable the watchdog + F2_Watchdog_reg = 0x4000 | SetTimer_Steps100mSec; // Enable the watchdog } return OK; } |
