summaryrefslogtreecommitdiff
path: root/software/avr.lib/cc1101.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2015-02-19 03:26:06 +0100
committerChristian Pointner <equinox@mur.at>2015-02-19 03:26:06 +0100
commit45c7f7013877485c369c32c9b230ed5c9b8da677 (patch)
tree9de3dc0144c05d77f3a7555cb0c3677cdeba9899 /software/avr.lib/cc1101.h
parenthhd70dongle.old: reverted to older base (diff)
hhd70: cc1101 register getter
Diffstat (limited to 'software/avr.lib/cc1101.h')
-rw-r--r--software/avr.lib/cc1101.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/software/avr.lib/cc1101.h b/software/avr.lib/cc1101.h
index ec676e4..af7c0b3 100644
--- a/software/avr.lib/cc1101.h
+++ b/software/avr.lib/cc1101.h
@@ -107,8 +107,8 @@ void cc1101_set_rcctrl(uint16_t ctrl);
uint8_t cc1101_get_fstest(void);
void cc1101_set_fstest(uint8_t test);
-uint8_t cc1101_get_pstest(void);
-void cc1101_set_pstest(uint8_t test);
+uint8_t cc1101_get_ptest(void);
+void cc1101_set_ptest(uint8_t test);
uint8_t cc1101_get_agctest(void);
void cc1101_set_agctest(uint8_t test);
uint8_t cc1101_get_test0(void);