aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/sys.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-01-06 09:32:35 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-01-06 09:32:35 +0000
commit9f6887fdd7c0abe03144f29d9585ee71c645c8dc (patch)
treece31ae2127becc36ddd64b6577e8e83a06f49405 /src/include/sys.h
parentfee14cb4ce565ed6c47c675a14cfb9480cb52886 (diff)
downloadChibiOS-9f6887fdd7c0abe03144f29d9585ee71c645c8dc.tar.gz
ChibiOS-9f6887fdd7c0abe03144f29d9585ee71c645c8dc.tar.bz2
ChibiOS-9f6887fdd7c0abe03144f29d9585ee71c645c8dc.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@588 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src/include/sys.h')
-rw-r--r--src/include/sys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/sys.h b/src/include/sys.h
index 7cc94ce82..6c6b65704 100644
--- a/src/include/sys.h
+++ b/src/include/sys.h
@@ -153,7 +153,7 @@
*/
#if defined(CH_OPTIMIZE_SPEED)
#define chSysLock() chSysLockInline()
-#define chSysUnlock chSysUnlockInline()
+#define chSysUnlock() chSysUnlockInline()
#endif /* defined(CH_OPTIMIZE_SPEED) */
#ifdef __cplusplus