From 84e0cf46511f256ef84c0211f3f39a642acceb33 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 27 Jul 2014 09:12:40 +0200 Subject: [PATCH] re-add missing SuperFemto_PrimId_NUM that was dropped in last commit --- include/superfemto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/superfemto.h b/include/superfemto.h index 0ef2b19..8db9104 100644 --- a/include/superfemto.h +++ b/include/superfemto.h @@ -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;