mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-15 12:27:50 +00:00
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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user