Skip to content

Commit

Permalink
[CC1101] Fixed version register check (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgromes committed Dec 8, 2020
1 parent 2096a81 commit 81135e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/CC1101/CC1101.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ uint8_t CC1101::random() {


int16_t CC1101::getChipVersion() {
return(_mod->SPIgetRegValue(CC1101_REG_VERSION));
return(SPIgetRegValue(CC1101_REG_VERSION));
}

int16_t CC1101::config() {
Expand Down

0 comments on commit 81135e0

Please sign in to comment.