[CC1101] Fixed version register check (#208)
This commit is contained in:
parent
2096a811d4
commit
81135e0ae5
1 changed files with 1 additions and 1 deletions
|
@ -753,7 +753,7 @@ uint8_t CC1101::random() {
|
||||||
|
|
||||||
|
|
||||||
int16_t CC1101::getChipVersion() {
|
int16_t CC1101::getChipVersion() {
|
||||||
return(_mod->SPIgetRegValue(CC1101_REG_VERSION));
|
return(SPIgetRegValue(CC1101_REG_VERSION));
|
||||||
}
|
}
|
||||||
|
|
||||||
int16_t CC1101::config() {
|
int16_t CC1101::config() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue