summaryrefslogtreecommitdiff
path: root/source/LCM/include/t_critical_section.h
diff options
context:
space:
mode:
authorGjore Gjorgjievski <gjore.gjorgjievski@seavus.com>2011-06-21 09:58:20 +0100
committerViktor Mladenovski <viktor.mladenovski@seavus.com>2011-08-17 22:11:37 +0200
commit632b3be5e00fd38294b0106705ac0ecdab9d62b6 (patch)
treef02775b40b606d699ddc01a14622c30eef33d934 /source/LCM/include/t_critical_section.h
parentb9b4df06ddb81a6d14354fc0d42e22acf0b4c30c (diff)
Increase the bulk command receiving timeout.
This timeout expires when working with MFA relay. ST-Ericsson ID: 329180 ST-Ericsson FOSS-OUT ID: STETL-FOSS-OUT-10204 Change-Id: I5d459585cb065bad1cc16ffefd25ec28b731778d Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/25508 Reviewed-by: QATOOLS Reviewed-by: QATEST Tested-by: Vlatko STENKOSKI Tested-by: Aleksandar GASOSKI <aleksandar.gasoski@seavus.com> Reviewed-by: Zoran ANCEVSKI <zoran.ancevski@seavus.com> Reviewed-by: Vlatko PISTOLOV <vlatko.pistolov@seavus.com> Tested-by: Vlatko PISTOLOV <vlatko.pistolov@seavus.com> Conflicts: lcmodule/win_binaries/LCM.dll win_binaries/LCDriver_CNH1606432.dll
Diffstat (limited to 'source/LCM/include/t_critical_section.h')
-rwxr-xr-xsource/LCM/include/t_critical_section.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/LCM/include/t_critical_section.h b/source/LCM/include/t_critical_section.h
index 17e4ff7..448da41 100755
--- a/source/LCM/include/t_critical_section.h
+++ b/source/LCM/include/t_critical_section.h
@@ -20,7 +20,7 @@
* Types, constants
******************************************************************************/
/** Critical Section abstract type definition */
-typedef void* CriticalSection_t;
+typedef void *CriticalSection_t;
/** @} */
/** @} */