aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-03-31 11:06:32 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-03-31 13:55:52 +0200
commit7b141a671559d4f4e5c15ca8ad06fdccb688d7b8 (patch)
treeaf84cdbd853afc8532054d1c6bde36534bcb5b5f
parentc45602756302d827c4d21b9a48ee36f5093fec87 (diff)
port-serial: remove misleading comments
-rw-r--r--src/mm-port-serial.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mm-port-serial.h b/src/mm-port-serial.h
index 5ad17c2e..16c9eee1 100644
--- a/src/mm-port-serial.h
+++ b/src/mm-port-serial.h
@@ -38,8 +38,8 @@
#define MM_PORT_SERIAL_FLOW_CONTROL "flowcontrol"
#define MM_PORT_SERIAL_SEND_DELAY "send-delay"
#define MM_PORT_SERIAL_FD "fd" /* Construct-only */
-#define MM_PORT_SERIAL_SPEW_CONTROL "spew-control" /* Construct-only */
-#define MM_PORT_SERIAL_FLASH_OK "flash-ok" /* Construct-only */
+#define MM_PORT_SERIAL_SPEW_CONTROL "spew-control"
+#define MM_PORT_SERIAL_FLASH_OK "flash-ok"
typedef enum {
MM_PORT_SERIAL_RESPONSE_NONE,