Change extended packet size for test

This commit is contained in:
Tommy Verrall
2022-11-02 14:26:09 +01:00
parent 2952144d32
commit 6feb4d28f5
+1 -1
View File
@@ -130,6 +130,6 @@ impl PacketSize {
impl Default for PacketSize {
fn default() -> Self {
PacketSize::RegularPacket
PacketSize::ExtendedPacket32
}
}