summaryrefslogtreecommitdiff
path: root/firmware/include/cl_rc632.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include/cl_rc632.h')
-rw-r--r--firmware/include/cl_rc632.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/include/cl_rc632.h b/firmware/include/cl_rc632.h
index 3cd553d..668986c 100644
--- a/firmware/include/cl_rc632.h
+++ b/firmware/include/cl_rc632.h
@@ -73,8 +73,8 @@ enum rc632_registers {
enum rc632_reg_status {
RC632_STAT_LOALERT = 0x01,
RC632_STAT_HIALERT = 0x02,
- RC632_STAT_IRQ = 0x04,
- RC632_STAT_ERR = 0x08,
+ RC632_STAT_ERR = 0x04,
+ RC632_STAT_IRQ = 0x08,
#define RC632_STAT_MODEM_MASK 0x70
RC632_STAT_MODEM_IDLE = 0x00,
RC632_STAT_MODEM_TXSOF = 0x10,
personal git repositories of Harald Welte. Your mileage may vary