Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2013-01-14 16:30:58 +0000
committerHenrik Rentz-Reichert2013-01-14 16:30:58 +0000
commitcf1bf7dbca7e7da16d1280490b7d2b0adcabd795 (patch)
treefd9d606234d59be2c3d9e936d0d44f94b736613c /runtime
parenteb28454f2975f5747427be583bfc89b0796265d4 (diff)
downloadorg.eclipse.etrice-cf1bf7dbca7e7da16d1280490b7d2b0adcabd795.tar.gz
org.eclipse.etrice-cf1bf7dbca7e7da16d1280490b7d2b0adcabd795.tar.xz
org.eclipse.etrice-cf1bf7dbca7e7da16d1280490b7d2b0adcabd795.zip
[runtime.c] added missing #define for MSC logger
Diffstat (limited to 'runtime')
-rw-r--r--runtime/org.eclipse.etrice.runtime.c/src/common/debugging/etMSCLogger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/org.eclipse.etrice.runtime.c/src/common/debugging/etMSCLogger.h b/runtime/org.eclipse.etrice.runtime.c/src/common/debugging/etMSCLogger.h
index 6138fb45a..81edcd151 100644
--- a/runtime/org.eclipse.etrice.runtime.c/src/common/debugging/etMSCLogger.h
+++ b/runtime/org.eclipse.etrice.runtime.c/src/common/debugging/etMSCLogger.h
@@ -56,6 +56,7 @@ void etMSCLogger_setState(char* objectName, char* stateName);
#define ET_MSC_LOGGER_SYNC_ENTRY(object, message)
#define ET_MSC_LOGGER_SYNC_EXIT
+ #define ET_MSC_LOGGER_CHANGE_STATE(objectName, stateName)
#endif

Back to the top