fw-rust: Add missing stabilization comments
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
finga 2022-04-08 01:42:36 +02:00
parent 027a3b3444
commit d73d5126dd

View file

@ -48,12 +48,15 @@ pub const ON: [u8; 11] = [
0x00, 0x7E, 0x66, 0x7E, 0x00, 0x7E, 0x0C, 0x18, 0x30, 0x7E, 0x00,
];
// TODO: Use https://github.com/rust-lang/rust/issues/85077 when stabilized
pub const OFF: [u8; 11] = [
0x7E, 0x66, 0x7E, 0x00, 0x7E, 0x16, 0x16, 0x00, 0x7E, 0x16, 0x16,
];
// TODO: Use https://github.com/rust-lang/rust/issues/85077 when stabilized
pub const PLL_A: [u8; 6] = [0x00, 0x7C, 0x12, 0x12, 0x7C, 0x00];
// TODO: Use https://github.com/rust-lang/rust/issues/85077 when stabilized
pub const PLL_B: [u8; 6] = [0x00, 0x7E, 0x4A, 0x4A, 0x74, 0x00];
// TODO: Use https://github.com/rust-lang/rust/issues/85077 when stabilized