This commit is contained in:
Mirabellensaft 2022-12-06 17:38:42 +01:00
parent 514bcf68d3
commit f36e643c9b

View file

@ -20,7 +20,7 @@ fn main() -> ! {
radio.set_channel(Channel::_25);
// capacity (128) should be large enough for the ASCII range
let mut dict = LinearMap::<u8, u8, 128>::new();
let dict = LinearMap::<u8, u8, 128>::new();
let mut packet = Packet::new();
// TODO do the whole ASCII range [0, 127]