* Toggle led before returning.

* Change printf.
This commit is contained in:
bg- 2007-04-24 18:38:11 +00:00
parent a9d536e50c
commit cd0d83a705
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,8 @@ cc2420_send_ip(void)
h.fc0 &= ~FC0_REQ_ACK;
if (cc2420_send(&h, 10, &uip_buf[UIP_LLH_LEN], uip_len) < 0) {
printf("cc2420_send_ip too big uip_len=%d\n", uip_len);
printf("cc2420_send_ip failed uip_len=%d\n", uip_len);
leds_toggle(color);
return UIP_FW_TOOLARGE;
}