aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/io_channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/include/io_channel.h')
-rw-r--r--os/hal/include/io_channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/include/io_channel.h b/os/hal/include/io_channel.h
index 3357bf6bd..2f2809bf8 100644
--- a/os/hal/include/io_channel.h
+++ b/os/hal/include/io_channel.h
@@ -275,7 +275,7 @@ typedef struct {
/** @brief No pending conditions.*/
#define CHN_NO_ERROR 0
/** @brief Connection happened.*/
-#define ICHN_CONNECTED 1
+#define CHN_CONNECTED 1
/** @brief Disconnection happened.*/
#define CHN_DISCONNECTED 2
/** @brief Data available in the input queue.*/