Skip to content

Commit 39fc5bc

Browse files
committed
doc
1 parent 4f1a693 commit 39fc5bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bare_metal/src/app.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ use crate::microcontroler::delay::delay_ms;
55
use crate::microcontroler::serial;
66
use cross_platform::utils::numerical::convert_u8_to_str_hex;
77

8+
// expected:
9+
// mac = 9307b3b915efb5171ff14d8cb55fbcc798c6c0ef1456d66ded1a6aa723a58b7b
10+
// hash = 2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824
11+
812
/// Prints hex string into the lcd display
913
fn print_hex(lcd_: &mut ScreenBuffer, data: &[u8]) {
1014
lcd_.clear();

0 commit comments

Comments
 (0)