summaryrefslogtreecommitdiff
path: root/source/LCM/include/t_protrom_network.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/LCM/include/t_protrom_network.h')
-rw-r--r--source/LCM/include/t_protrom_network.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/LCM/include/t_protrom_network.h b/source/LCM/include/t_protrom_network.h
index 955b589..b29a65a 100644
--- a/source/LCM/include/t_protrom_network.h
+++ b/source/LCM/include/t_protrom_network.h
@@ -34,7 +34,7 @@ typedef enum {
PROTROM_RECEIVE_HEADER, /**< State for receiving Header.*/
PROTROM_RECEIVE_PAYLOAD, /**< State for receiving Payload.*/
PROTROM_RECEIVE_ERROR, /**< State for error handling.*/
- PROTROM_RECEIVE_IDLE /**< State for receiver idele.*/
+ PROTROM_RECEIVE_IDLE /**< State for receiver idle.*/
} Protrom_InboundState_t;
/** Defined state of the transmitter */