Move LEDONPORTE1 define to contiki-conf.h, fixing typo.
This commit is contained in:
parent
7eff518d8f
commit
94fc40f736
4 changed files with 16 additions and 7 deletions
|
@ -291,7 +291,9 @@ raven_gui_loop(process_event_t ev, process_data_t data)
|
|||
case ICMP6_ECHO_REQUEST:
|
||||
/* We have received a ping request over the air. Tell the 3290 */
|
||||
// send_frame(REPORT_PING_BEEP, 0, 0);
|
||||
#if RF230BB_CONF_LEDONPORTE1
|
||||
PORTE|=(1<<PE1);ledtimer=1000; //turn on led, set counter for turnoff
|
||||
#endif
|
||||
break;
|
||||
case ICMP6_ECHO_REPLY:
|
||||
/* We have received a ping reply over the air. Send frame back to 3290 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue