From 53a9d6bdf337b4bcf70ede966e564102d108ae30 Mon Sep 17 00:00:00 2001 From: Mickey Malone Date: Sat, 13 Feb 2021 09:42:33 -0600 Subject: [PATCH] Add comment --- driver/pico_rng.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/driver/pico_rng.c b/driver/pico_rng.c index e2e16d7..da3b492 100644 --- a/driver/pico_rng.c +++ b/driver/pico_rng.c @@ -1,3 +1,6 @@ +//TODO Split this file into multiple, there are a few things going on here that need organizaion: usb device, character device, and rng thread. +// Move past prototype and put some polish on it. + #include #include #include