vaxis: remove fixme

This commit is contained in:
Tim Culverhouse 2024-06-02 17:58:32 -05:00
parent 3ff1d0749a
commit 3ea76daf28

View file

@ -56,7 +56,6 @@ opts: Options = .{},
/// if we should redraw the entire screen on the next render /// if we should redraw the entire screen on the next render
refresh: bool = false, refresh: bool = false,
// FIXME: remove before committing
/// blocks the main thread until a DA1 query has been received, or the /// blocks the main thread until a DA1 query has been received, or the
/// futex times out /// futex times out
query_futex: atomic.Value(u32) = atomic.Value(u32).init(0), query_futex: atomic.Value(u32) = atomic.Value(u32).init(0),