Skip to content

Commit cd2d3ce

Browse files
authored
Fixed spelling mistake of structure
KeyDeviceFrameCouterList -> KeyDeviceFrameCounterList
1 parent d725b13 commit cd2d3ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/nanostack/sal-stack-nanostack/source/MAC/IEEE802_15_4/mac_security_mib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ typedef struct mlme_key_descriptor_s {
2727
mlme_key_id_lookup_descriptor_t *KeyIdLookupList;
2828
mlme_key_device_descriptor_t *KeyDeviceList;
2929
mlme_key_usage_descriptor_t *KeyUsageList;
30-
uint32_t *KeyDeviceFrameCouterList;
30+
uint32_t *KeyDeviceFrameCounterList;
3131
uint32_t KeyFrameCounter;
3232
uint8_t Key[16];
3333
uint8_t KeyDeviceListSize;

0 commit comments

Comments
 (0)