Skip to content

Commit d9aecd9

Browse files
Cleanup
1 parent 334435e commit d9aecd9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/main.zig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ const MINIRV32_RAM_IMAGE_OFFSET: u32 = 0x80000000;
2929
const dtbData = @embedFile("sixtyfourmb.dtb");
3030

3131
var console_scratch: [8192]u8 = undefined;
32-
//var console_fifo = std.fifo.LinearFifo(u8, .Slice).init(console_scratch[0..]);
33-
3432
var console_fifo:std.Deque(u8) = std.Deque(u8).initBuffer(&console_scratch);
3533

3634
const memSize = 64 * 1024 * 1024;

0 commit comments

Comments
 (0)