aboutsummaryrefslogtreecommitdiff
path: root/src/mm-errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mm-errors.h')
-rw-r--r--src/mm-errors.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mm-errors.h b/src/mm-errors.h
index 6da2993a..b6891c35 100644
--- a/src/mm-errors.h
+++ b/src/mm-errors.h
@@ -20,10 +20,10 @@
#include <glib-object.h>
enum {
- MM_SERIAL_OPEN_FAILED = 0,
- MM_SERIAL_SEND_FAILED = 1,
- MM_SERIAL_RESPONSE_TIMEOUT = 2,
- MM_SERIAL_OPEN_FAILED_NO_DEVICE = 3,
+ MM_SERIAL_ERROR_OPEN_FAILED = 0,
+ MM_SERIAL_ERROR_SEND_FAILED = 1,
+ MM_SERIAL_ERROR_RESPONSE_TIMEOUT = 2,
+ MM_SERIAL_ERROR_OPEN_FAILED_NO_DEVICE = 3,
MM_SERIAL_ERROR_FLASH_FAILED = 4,
};