removed some stale comments
This commit is contained in:
parent
1ca5cf698a
commit
db145ed8a4
1 changed files with 0 additions and 11 deletions
11
lib/maca.c
11
lib/maca.c
|
@ -160,13 +160,6 @@ void post_receive(void) {
|
||||||
(1 << maca_ctrl_auto) |
|
(1 << maca_ctrl_auto) |
|
||||||
(1 << maca_ctrl_prm) |
|
(1 << maca_ctrl_prm) |
|
||||||
(maca_ctrl_seq_rx));
|
(maca_ctrl_seq_rx));
|
||||||
|
|
||||||
|
|
||||||
/* *MACA_CONTROL = (
|
|
||||||
(1 << maca_ctrl_asap) |
|
|
||||||
( 4 << PRECOUNT) |
|
|
||||||
(1 << maca_ctrl_prm) |
|
|
||||||
(maca_ctrl_seq_rx)); */
|
|
||||||
/* status bit 10 is set immediately */
|
/* status bit 10 is set immediately */
|
||||||
/* then 11, 10, and 9 get set */
|
/* then 11, 10, and 9 get set */
|
||||||
/* they are cleared once we get back to maca_isr */
|
/* they are cleared once we get back to maca_isr */
|
||||||
|
@ -220,10 +213,6 @@ void post_tx(void) {
|
||||||
(maca_ctrl_mode_no_cca << maca_ctrl_mode) |
|
(maca_ctrl_mode_no_cca << maca_ctrl_mode) |
|
||||||
(1 << maca_ctrl_asap) |
|
(1 << maca_ctrl_asap) |
|
||||||
(maca_ctrl_seq_tx));
|
(maca_ctrl_seq_tx));
|
||||||
/* *MACA_CONTROL = ( (1 << maca_ctrl_prm) |
|
|
||||||
(maca_ctrl_mode_no_cca << maca_ctrl_mode) |
|
|
||||||
(1 << maca_ctrl_asap) |
|
|
||||||
(maca_ctrl_seq_tx)); */
|
|
||||||
/* status bit 10 is set immediately */
|
/* status bit 10 is set immediately */
|
||||||
/* then 11, 10, and 9 get set */
|
/* then 11, 10, and 9 get set */
|
||||||
/* they are cleared once we get back to maca_isr */
|
/* they are cleared once we get back to maca_isr */
|
||||||
|
|
Loading…
Reference in a new issue