summaryrefslogtreecommitdiff
path: root/software/avr.lib/cc1101.h
diff options
context:
space:
mode:
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);