diff options
Diffstat (limited to 'src/mm-errors.h')
-rw-r--r-- | src/mm-errors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-errors.h b/src/mm-errors.h index a17f428e..e9fa3ace 100644 --- a/src/mm-errors.h +++ b/src/mm-errors.h @@ -7,7 +7,7 @@ enum { MM_SERIAL_OPEN_FAILED = 0, - MM_SERIAL_SEND_FAILED = 1, + MM_SERIAL_SEND_FAILED = 1, MM_SERIAL_RESPONSE_TIMEOUT = 2 }; |