Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Schuetz2012-02-26 15:02:26 +0000
committerThomas Schuetz2012-02-26 15:02:26 +0000
commita121360a55b1b4c8f834b6d68689064cd70499db (patch)
tree7476fb2912019d29e779c80cf35da7f3b422b7d2 /runtime/org.eclipse.etrice.runtime.c/src/platforms/MSP430
parentafc4b117aab39c0f6f726c4efdaa83f441faf61c (diff)
downloadorg.eclipse.etrice-a121360a55b1b4c8f834b6d68689064cd70499db.tar.gz
org.eclipse.etrice-a121360a55b1b4c8f834b6d68689064cd70499db.tar.xz
org.eclipse.etrice-a121360a55b1b4c8f834b6d68689064cd70499db.zip
[runtime.c] cosmetics
Diffstat (limited to 'runtime/org.eclipse.etrice.runtime.c/src/platforms/MSP430')
-rw-r--r--runtime/org.eclipse.etrice.runtime.c/src/platforms/MSP430/etDatatypes.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/org.eclipse.etrice.runtime.c/src/platforms/MSP430/etDatatypes.h b/runtime/org.eclipse.etrice.runtime.c/src/platforms/MSP430/etDatatypes.h
index da1effaa2..aa948e6b4 100644
--- a/runtime/org.eclipse.etrice.runtime.c/src/platforms/MSP430/etDatatypes.h
+++ b/runtime/org.eclipse.etrice.runtime.c/src/platforms/MSP430/etDatatypes.h
@@ -21,9 +21,6 @@
#include <stdio.h>
-/* global definitions for datatypes */
-//#define HAS_64_BIT_TYPES
-
/* unsigned integer datatypes */
typedef unsigned char uint8;
typedef unsigned short int uint16;

Back to the top