Skip to content

Commit

Permalink
Merge pull request contiki-os#1170 from bkozak-scanimetrics/cc26xx_au…
Browse files Browse the repository at this point in the history
…toflush_bad_crc

CC26xx autoflush bad crc packets
  • Loading branch information
g-oikonomou committed Jul 16, 2015
2 parents 01251e9 + 99d74e9 commit 512f998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu/cc26xx/dev/cc26xx-rf.c
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ init_rf_params(void)
GET_FIELD(cmd_ieee_rx_buf, radioOp, condition) = COND_NEVER;
GET_FIELD(cmd_ieee_rx_buf, CMD_IEEE_RX, channel) = CC26XX_RF_CHANNEL;
GET_FIELD(cmd_ieee_rx_buf, CMD_IEEE_RX, rxConfig) =
BITVALUE(CMD_IEEE_RX, rxConfig, bAutoFlushCrc, 0) |
BITVALUE(CMD_IEEE_RX, rxConfig, bAutoFlushCrc, 1) |
BITVALUE(CMD_IEEE_RX, rxConfig, bAutoFlushIgn, 0) |
BITVALUE(CMD_IEEE_RX, rxConfig, bIncludePhyHdr, 0) |
BITVALUE(CMD_IEEE_RX, rxConfig, bIncludeCrc, 1) |
Expand Down

0 comments on commit 512f998

Please sign in to comment.