pub fn make_channel(
number: u16,
name: &str,
flash: FlashChannel,
) -> ChannelEntryExpand description
Creates a ChannelEntry with the given flash channel data.
The channel is automatically marked as used = true if the RX
frequency is nonzero.