fix bit order
This commit is contained in:
parent
b044fce1c6
commit
9cae5a6bcc
1 changed files with 1 additions and 1 deletions
|
@ -77,6 +77,6 @@ namespace mitzifier
|
|||
Console.WriteLine("Highest frame byte was " + hfb.ToString("B32"));
|
||||
}
|
||||
|
||||
public static int[] targetBits = { 168, 169, 170, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188 };
|
||||
public static int[] targetBits = { 185, 176, 177, 181, 182, 183, 184, 179, 178, 180, 173, 168, 169, 174, 175, 170, 187, 186, 188, };
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue