aboutsummaryrefslogtreecommitdiff
path: root/AT91SAM7S256/Source/c_comm.h
diff options
context:
space:
mode:
Diffstat (limited to 'AT91SAM7S256/Source/c_comm.h')
-rw-r--r--AT91SAM7S256/Source/c_comm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/AT91SAM7S256/Source/c_comm.h b/AT91SAM7S256/Source/c_comm.h
index 9003b24..06137b2 100644
--- a/AT91SAM7S256/Source/c_comm.h
+++ b/AT91SAM7S256/Source/c_comm.h
@@ -67,8 +67,8 @@ enum
DIRECT_CMD = 0x00,
SYSTEM_CMD = 0x01,
REPLY_CMD = 0x02,
-#ifdef __ARMDEBUG__
- DEBUG_CMD = 0x0d,
+#ifdef ARMDEBUG
+ DEBUG_CMD = 0x0d,
#endif
NO_REPLY_BIT = 0x80
};