diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/rc632.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rc632.h b/src/rc632.h index 9cecab9..49e1c4d 100644 --- a/src/rc632.h +++ b/src/rc632.h @@ -70,8 +70,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, |