From b9b4df06ddb81a6d14354fc0d42e22acf0b4c30c Mon Sep 17 00:00:00 2001 From: xmarvla Date: Thu, 16 Jun 2011 14:45:38 +0100 Subject: LCM R1T and LCDriver R1N official release. ST-Ericsson ID: 345044 ST-Ericsson FOSS-OUT ID: STETL-FOSS-OUT-10204 Change-Id: Ib1901abfc2efa6c887c70b8583ddd2258e21aa78 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/25187 Tested-by: Vlatko STENKOSKI Tested-by: Cvetko MLADENOVSKI Tested-by: Aleksandar GASOSKI Reviewed-by: Zoran ANCEVSKI Reviewed-by: QATEST Reviewed-by: Vlatko PISTOLOV Conflicts: lcmodule/win_binaries/LCM.dll win_binaries/LCDriver_CNH1606432.dll --- .../source/cnh1605551_ldr_utilities/include/r_debug_macro.h | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'lcmodule/source/cnh1605551_ldr_utilities/include/r_debug_macro.h') diff --git a/lcmodule/source/cnh1605551_ldr_utilities/include/r_debug_macro.h b/lcmodule/source/cnh1605551_ldr_utilities/include/r_debug_macro.h index 43f9e88..4faf681 100644 --- a/lcmodule/source/cnh1605551_ldr_utilities/include/r_debug_macro.h +++ b/lcmodule/source/cnh1605551_ldr_utilities/include/r_debug_macro.h @@ -79,9 +79,7 @@ { \ if(!(Condition)) \ { \ - {\ - INT_DISABLE()\ - }\ + INT_DISABLE()\ while(1); \ } \ } while(0) @@ -143,9 +141,7 @@ if(!(Condition)) \ { \ A_(printf("%s (%d): ** Assert failed **\n",__FILE__, __LINE__);)\ - {\ - INT_DISABLE()\ - }\ + INT_DISABLE()\ while(1); \ } \ } while(0) @@ -155,9 +151,7 @@ { \ if(!(Condition)) \ { \ - {\ - INT_DISABLE()\ - }\ + INT_DISABLE()\ while(1); \ } \ } while(0) -- cgit v1.2.3