Skip to content

Commit

Permalink
Fix bug in rf_receive.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Hagen Fritsch committed Dec 14, 2016
1 parent 4f35a5a commit e043570
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion culfw/clib/rf_receive.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -487,7 +487,6 @@ void ReportMonitor(uint16_t timehigh, uint16_t timelow) {
else else
rssi = (rssi-64)>>3; rssi = (rssi-64)>>3;


rssi += 'a';
if (error) { if (error) {
// Use upper case letters instead to indicate an error. // Use upper case letters instead to indicate an error.
// If it is set, we missed to correctly report at least one flank. // If it is set, we missed to correctly report at least one flank.
Expand Down

0 comments on commit e043570

Please sign in to comment.