re-add missing SuperFemto_PrimId_NUM that was dropped in last commit

This commit is contained in:
Harald Welte 2014-07-27 09:12:40 +02:00
parent 422da1f512
commit 84e0cf4651
1 changed files with 2 additions and 1 deletions

View File

@ -67,7 +67,8 @@ typedef enum SuperFemto_PrimId_t
SuperFemto_PrimId_MuteRfReq, ///< REQ: Mute/Unmute the RF section
SuperFemto_PrimId_MuteRfCnf, ///< CNF: Confirm the mutin/unmiting of the the RF section
SuperFemto_PrimId_SetRxAttenReq, ///< REQ: Set the RX attenuation
SuperFemto_PrimId_SetRxAttenCnf ///< CNF: Confirm the configuration of the RX attenuation
SuperFemto_PrimId_SetRxAttenCnf, ///< CNF: Confirm the configuration of the RX attenuation
SuperFemto_PrimId_NUM
} SuperFemto_PrimId_t;