Skip to content

Commit

Permalink
#251 Updated payload length of UWB packets to 128 bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
krichardsson committed Dec 6, 2017
1 parent e7976ca commit 79d634e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deck/drivers/interface/mac.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ typedef struct packet_s {
locoAddress_t destAddress;
locoAddress_t sourceAddress;

uint8_t payload[64];
uint8_t payload[128];
} __attribute__((packed)) packet_t;

#define MAC80215_PACKET_INIT(packet, TYPE) packet.fcf_s.type = (TYPE); \
Expand Down

0 comments on commit 79d634e

Please sign in to comment.