Skip to content

Commit

Permalink
Restore CC2420 as default in slip-radio
Browse files Browse the repository at this point in the history
  • Loading branch information
sdawans committed Feb 20, 2013
1 parent 3486c69 commit de3cd38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/ipv6/slip-radio/slip-radio.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ int packet_pos;

static int slip_radio_cmd_handler(const uint8_t *data, int len);

#ifdef CONTIKI_TARGET_SKY
int cmd_handler_cc2420(const uint8_t *data, int len);
#elif CONTIKI_TARGET_NOOLIBERRY
#if CONTIKI_TARGET_NOOLIBERRY
int cmd_handler_rf230(const uint8_t *data, int len);
#elif CONTIKI_TARGET_ECONOTAG
int cmd_handler_mc1322x(const uint8_t *data, int len);
#else /* Leave CC2420 as default */
int cmd_handler_cc2420(const uint8_t *data, int len);
#endif /* CONTIKI_TARGET */

/*---------------------------------------------------------------------------*/
Expand Down

0 comments on commit de3cd38

Please sign in to comment.