DOS EOL and indentation fixes (core/ apps/ cpu/)
- Removed some DOS EOLs - Changed some tabs to spaces - Removed some trailing whitespaces Part of Pull Request #6
This commit is contained in:
parent
6c8fbd2dff
commit
713c2e5974
6 changed files with 266 additions and 266 deletions
|
@ -663,7 +663,7 @@ send_packet(void)
|
||||||
while(RTIMER_CLOCK_LT(RTIMER_NOW(), wt + WAIT_TIME_BEFORE_STROBE_ACK));
|
while(RTIMER_CLOCK_LT(RTIMER_NOW(), wt + WAIT_TIME_BEFORE_STROBE_ACK));
|
||||||
#endif /* 0 */
|
#endif /* 0 */
|
||||||
#if RDC_CONF_HARDWARE_ACK
|
#if RDC_CONF_HARDWARE_ACK
|
||||||
if(ret == RADIO_TX_OK) {
|
if(ret == RADIO_TX_OK) {
|
||||||
got_strobe_ack = 1;
|
got_strobe_ack = 1;
|
||||||
} else {
|
} else {
|
||||||
off();
|
off();
|
||||||
|
|
Loading…
Add table
Reference in a new issue