Add rejected state to incoming RF data.

This commit is contained in:
Jonathan Naylor 2016-07-12 07:50:01 +01:00
parent 6f848722f9
commit 9035656eeb
2 changed files with 14 additions and 6 deletions

View file

@ -35,7 +35,8 @@ enum RPT_RF_STATE {
RS_RF_LISTENING,
RS_RF_LATE_ENTRY,
RS_RF_AUDIO,
RS_RF_DATA
RS_RF_DATA,
RS_RF_REJECTED
};
enum RPT_NET_STATE {