Skip to content

Commit

Permalink
FW-420. Fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
changtengfei committed Jul 2, 2015
1 parent eb629e1 commit 3829e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/common/03oos_sniffer/03oos_sniffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ void icmpv6rpl_setDAOPeriod(uint16_t daoPeriod) {return;}
void neighbors_setMyDAGrank(uint16_t rank) {return;}
void sixtop_setKaPeriod(uint16_t kaPeriod) {return;}
void ieee154e_setIsSecurityEnabled(bool isEnabled) {return;}
void schedule_setCustomFrameLength(uint16_t frameLength) {return;}
void schedule_setFrameLength(uint16_t frameLength) {return;}
void icmpv6rpl_writeDODAGid(uint8_t* dodagid) {return;}
void ieee154e_setIsAckEnabled(bool isEnabled) {return;}
void ieee154e_getAsn(uint8_t* array) {return;}
Expand Down

0 comments on commit 3829e92

Please sign in to comment.