maybe fix bug: download bitstream failed
This commit is contained in:
@@ -20,10 +20,10 @@ namespace WebProtocol
|
||||
/// <summary> Package Burst Type </summary>
|
||||
public enum BurstType
|
||||
{
|
||||
/// <summary> Extended Type </summary>
|
||||
ExtendBurst = 0b00,
|
||||
/// <summary> Fixed Type </summary>
|
||||
FixedBurst = 0b01,
|
||||
FixedBurst = 0b00,
|
||||
/// <summary> Extended Type </summary>
|
||||
ExtendBurst = 0b01,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user