Skip to content

Commit

Permalink
Merge pull request #5182 from kaspar030/fixup_cc1101
Browse files Browse the repository at this point in the history
drivers: cc110x: compile fix
  • Loading branch information
miri64 committed Mar 26, 2016
2 parents de19411 + e64cffa commit 3d21c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/cc110x/cc110x-netdev2.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ static int _recv(netdev2_t *dev, char* buf, int len, void *info)

static inline int _get_iid(netdev2_t *netdev, eui64_t *value, size_t max_len)
{
cc110x_t *cc110x = &((netdev2_cc110x_t*) dev)->cc110x;
cc110x_t *cc110x = &((netdev2_cc110x_t*) netdev)->cc110x;
uint8_t *eui64 = (uint8_t*) value;

if (max_len < sizeof(eui64_t)) {
Expand Down

0 comments on commit 3d21c70

Please sign in to comment.