Skip to content

Commit

Permalink
FW-782. Fix the warning and macpong projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
changtengfei committed Nov 7, 2018
1 parent 16193e2 commit 4515690
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions openstack/02b-MAChigh/sixtop.c
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,6 @@ owerror_t sixtop_request(

owerror_t sixtop_send(OpenQueueEntry_t *msg) {

uint16_t slotoffset, moteId;
uint8_t channeloffset;
open_addr_t addressToWrite;

if (
Expand Down
2 changes: 1 addition & 1 deletion projects/common/03oos_macpong/03oos_macpong.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ void macpong_initSend(opentimers_id_t id) {
}
if (ieee154e_isSynch()==TRUE && neighbors_getNumNeighbors()==1) {
neighbors_getNeighborEui64(&temp,ADDR_64B,0);
if (schedule_hasDedicatedCellToNeighbor(&temp)){
if (schedule_hasManagedTxCellToNeighbor(&temp)){
if (timeToSend){
// send packet
macpong_send(0);
Expand Down

0 comments on commit 4515690

Please sign in to comment.