#338 resolved diagnostic warnings

This commit is contained in:
Mikayla Fischler
2023-09-03 17:54:39 -04:00
parent b9073153b3
commit 5585088e3a
15 changed files with 25 additions and 42 deletions

View File

@@ -16,7 +16,7 @@ local logger = {
path = "/log.txt",
mode = MODE.APPEND,
debug = false,
file = nil,
file = nil, ---@type table|nil
dmesg_out = nil,
dmesg_restore_coord = { 1, 1 },
dmesg_scroll_count = 0