diff options
-rw-r--r-- | src/mm-port-serial.h | 4 |
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, |