Skip to content

Commit

Permalink
frame802154: fix a typo in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yatch committed Dec 5, 2016
1 parent 3872965 commit 5fdd731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/net/mac/frame802154.c
Expand Up @@ -184,7 +184,7 @@ frame802154_has_panid(frame802154_fcf_t *fcf, int *has_src_pan_id, int *has_dest
/* No PAN ID in ACK */
if(fcf->frame_type != FRAME802154_ACKFRAME) {
if(!fcf->panid_compression && fcf->src_addr_mode & 3) {
/* If compressed, don't inclue source PAN ID */
/* If compressed, don't include source PAN ID */
src_pan_id = 1;
}
if(fcf->dest_addr_mode & 3) {
Expand Down

0 comments on commit 5fdd731

Please sign in to comment.