fix print
parent
abe4958dd9
commit
c9e708c5f5
|
@ -21,6 +21,6 @@ pub fn main() {
|
||||||
|
|
||||||
use hdr_new <- result.map(primary_hdr.from_bit_array(hdr_bin))
|
use hdr_new <- result.map(primary_hdr.from_bit_array(hdr_bin))
|
||||||
|
|
||||||
io.println("Is same: " <> bool.to_string(hdr_new == space_packet_pri_hdr))
|
io.println("Is Equal? " <> bool.to_string(hdr_new == space_packet_pri_hdr))
|
||||||
io.println("New Header:\n" <> primary_hdr.to_string(hdr_new))
|
io.println("New Header:\n" <> primary_hdr.to_string(hdr_new))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue