From 7ebc361e581e604a715ff6f4388d4898fe9c2df6 Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Sun, 8 Nov 2020 12:41:58 +0000 Subject: [PATCH] docs: refman: Add the fibonacci clock to the reference manual Signed-off-by: Daniel Thompson --- docs/wasp.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/wasp.rst b/docs/wasp.rst index 6ec18ef..34a3d9e 100644 --- a/docs/wasp.rst +++ b/docs/wasp.rst @@ -63,6 +63,9 @@ Applications :members: :undoc-members: +.. automodule:: apps.fibonacci_clock + :members: + .. automodule:: apps.flashlight :members: :undoc-members: