make CommandCode pub
All checks were successful
Rust / build (pull_request) Successful in 2m18s

This commit is contained in:
Vinzenz Schroeter 2025-04-12 21:23:54 +02:00
parent cecccb3f28
commit 8a5b34310b

View file

@ -1,7 +1,7 @@
/// The u16 command codes used for the [Command]s.
#[repr(u16)]
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]
pub(crate) enum CommandCode {
pub enum CommandCode {
Clear = 0x0002,
Cp437Data = 0x0003,
CharBrightness = 0x0005,