summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/sim900.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/sim900.c b/plugins/sim900.c
index 643de512..5d3cd922 100644
--- a/plugins/sim900.c
+++ b/plugins/sim900.c
@@ -49,11 +49,11 @@
#define NUM_DLC 5
-#define SETUP_DLC 0
-#define VOICE_DLC 1
-#define NETREG_DLC 2
-#define SMS_DLC 3
-#define GPRS_DLC 4
+#define VOICE_DLC 0
+#define NETREG_DLC 1
+#define SMS_DLC 2
+#define GPRS_DLC 3
+#define SETUP_DLC 4
static char *dlc_prefixes[NUM_DLC] = { "Voice: ", "Net: ", "SMS: ",
"GPRS: " , "Setup: "};