Browse Source

Konstanten für statusbytes eingefügt

master
Daniel Laptop 1 year ago
parent
commit
221a67c536
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/bin/constants.rs

+ 2
- 0
src/bin/constants.rs View File

@@ -0,0 +1,2 @@
pub const KEYBYTE: u8 = 0b1;
pub const MSGBYTE: u8 = 0b01;

Loading…
Cancel
Save