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
|
@ -663,7 +663,7 @@ send_packet(void)
|
|||
while(RTIMER_CLOCK_LT(RTIMER_NOW(), wt + WAIT_TIME_BEFORE_STROBE_ACK));
|
||||
#endif /* 0 */
|
||||
#if RDC_CONF_HARDWARE_ACK
|
||||
if(ret == RADIO_TX_OK) {
|
||||
if(ret == RADIO_TX_OK) {
|
||||
got_strobe_ack = 1;
|
||||
} else {
|
||||
off();
|
||||
|
|
Loading…
Reference in a new issue