File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
connectivity/nanostack/mbed-mesh-api Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ typedef struct ws_rpl_info {
30
30
/* * RPL version number */
31
31
uint8_t version;
32
32
/* * RPL DODAG node current Rank */
33
- uint16_t curent_rank ;
33
+ uint16_t current_rank ;
34
34
/* * RPL Primary Parent Rank */
35
35
uint16_t primary_parent_rank;
36
36
} ws_rpl_info_t ;
Original file line number Diff line number Diff line change @@ -588,7 +588,7 @@ mesh_error_t WisunInterface::info_get(ws_rpl_info_t *info_ptr)
588
588
589
589
info_ptr->instance_id = dodag_ptr.instance_id ;
590
590
info_ptr->version = dodag_ptr.version_num ;
591
- info_ptr->curent_rank = dodag_ptr.curent_rank ;
591
+ info_ptr->current_rank = dodag_ptr.curent_rank ;
592
592
info_ptr->primary_parent_rank = dodag_ptr.primary_parent_rank ;
593
593
memcpy (info_ptr->rpl_dodag_id , dodag_ptr.dodag_id , 16 );
594
594
You can’t perform that action at this time.
0 commit comments