diff options
author | Brian Cully <bjc@kublai.com> | 2022-11-30 09:45:49 -0500 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2022-11-30 09:45:49 -0500 |
commit | e5b9d9a8a07acd095a8206cc8b51cd57771c2651 (patch) | |
tree | ec0fa33cd09cd5b60fcfc085825e802186d7600b | |
parent | c2ffd2fe14059428e8e7a38a5e2ec8a76c531aa8 (diff) | |
download | luchie-e5b9d9a8a07acd095a8206cc8b51cd57771c2651.tar.gz luchie-e5b9d9a8a07acd095a8206cc8b51cd57771c2651.zip |
main: remove out-of-date comment
-rwxr-xr-x | src/bin/luchie.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/luchie.rs b/src/bin/luchie.rs index 5279f95..9ea8e87 100755 --- a/src/bin/luchie.rs +++ b/src/bin/luchie.rs @@ -211,7 +211,6 @@ fn main() -> ! { _ => {} } - // TODO: get current µs for passing in to event filters. let rel_p = cirque .poll(&mut spi) .ok() |