diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-04-29 13:54:29 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-04-29 13:54:29 +0300 |
| commit | 2b838164abd4f282a29a7ec9ad3a38d474b241fc (patch) | |
| tree | a55aba39b856a51bcd45968782efe29c165c5bcd /Software/Embedded_SW/Embedded/Modules/Control/control.c | |
| parent | ccbe23b1bb2a63b649d7bd1a3252303e16d2d912 (diff) | |
| parent | 25df9bd5e3f81ab476c452e127a10c8718144a71 (diff) | |
| download | Tango-2b838164abd4f282a29a7ec9ad3a38d474b241fc.tar.gz Tango-2b838164abd4f282a29a7ec9ad3a38d474b241fc.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control/control.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/Control/control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Control/control.c b/Software/Embedded_SW/Embedded/Modules/Control/control.c index b316fd73f..f1e19d851 100644 --- a/Software/Embedded_SW/Embedded/Modules/Control/control.c +++ b/Software/Embedded_SW/Embedded/Modules/Control/control.c @@ -158,7 +158,7 @@ uint32_t ControlActivityLed( uint32_t Parameter1) { static bool flag = false; static uint8_t counter; - const uint8_t Blink_Freq = 15;//odd number + const uint8_t Blink_Freq = 3;//odd number if (flag==true) { |
