Skip to content

Commit 9443b5e

Browse files
committed
ledmatrix: Fix commented out code
Signed-off-by: Daniel Schaefer <[email protected]>
1 parent a3e5e1d commit 9443b5e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

ledmatrix/src/main.rs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,13 @@ fn main() -> ! {
219219
// TODO: Current hardware revision does not have the sleep pin wired up :(
220220
// Go to sleep if the host is sleeping
221221
let _host_sleeping = sleep.is_low().unwrap();
222-
//handle_sleep(host_sleeping, &mut state, &mut matrix, &mut delay);
222+
//handle_sleep(
223+
// host_sleeping,
224+
// &mut state,
225+
// &mut matrix,
226+
// &mut delay,
227+
// &mut led_enable,
228+
//);
223229

224230
// Handle period display updates. Don't do it too often
225231
if timer.get_counter().ticks() > prev_timer + 20_000 {

0 commit comments

Comments
 (0)