summaryrefslogtreecommitdiff
path: root/software/hhd70dongle/c1101lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'software/hhd70dongle/c1101lib.c')
-rw-r--r--software/hhd70dongle/c1101lib.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/software/hhd70dongle/c1101lib.c b/software/hhd70dongle/c1101lib.c
index 02ec5fc..1c60727 100644
--- a/software/hhd70dongle/c1101lib.c
+++ b/software/hhd70dongle/c1101lib.c
@@ -384,8 +384,7 @@ void c1101_transmitData(char *buffer, unsigned int len)
//~ usb_rawhid_send(debug_sb,255);
//enable Power Amplifier
- hhd70_lna_disable();
- hhd70_pa_enable();
+ hhd70_palna_txmode();
//keep buffer filled
uint8_t c1101_state=0;
@@ -416,8 +415,7 @@ void c1101_transmitData(char *buffer, unsigned int len)
} while (len > 0);
//disable Power Amplifier
- hhd70_pa_disable();
- hhd70_lna_enable();
+ hhd70_palna_rxmode();
}
void c1101_recieveData(void)