summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorLeo C.2024-06-22 10:22:12 +0200
committerLeo C.2024-06-22 10:22:12 +0200
commitaea51b6c4c93c56715f50e64d424e1181c6d0242 (patch)
treec1a61e6df6003810de060b5a6b1e6a24822a3755 /include/common.h
parent76f079e76b11f63d0b48317dd3450ddbfab784d9 (diff)
downloadz180-stamp-aea51b6c4c93c56715f50e64d424e1181c6d0242.zip
rewrite of cmd_cpu/do_cpu_freq
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index 4037ac8..16f96bb 100644
--- a/include/common.h
+++ b/include/common.h
@@ -82,7 +82,6 @@ extern volatile uint_least8_t Stat;
#define S_10MS_TO (1<<0)
#define S_MSG_PENDING (1<<1)
-#define S_IO_0X40 (1<<2)
#define S_CON_PENDING (1<<3)
#define S_RESET_POLARITY (1<<4)