From f3956ed90c41d5418bc512a75511c3d530751caa Mon Sep 17 00:00:00 2001 From: Jason Kridner <jkridner@beagleboard.org> Date: Wed, 8 Mar 2023 03:29:12 -0500 Subject: [PATCH] Must be tired --- books/pru-cookbook/01case/case.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/books/pru-cookbook/01case/case.rst b/books/pru-cookbook/01case/case.rst index 729cdc6b..48563963 100644 --- a/books/pru-cookbook/01case/case.rst +++ b/books/pru-cookbook/01case/case.rst @@ -587,7 +587,7 @@ explaining how the PRUs get this type of performance. :caption: e1.31-test.py -Example of generating packets to control the NeoPixels :linenos: - :download:`e1.31-test.py <../code/02start/e1.31-test.py>` + :download:`e1.31-test.py <../code/02start/e1.31-test.py>` .. TODO document the code @@ -996,11 +996,11 @@ Now, suppose you wanted to run the `LED blink <https://simppru.readthedocs.io/en/latest/examples/led_blink/>`_ example which is reproduced here. -.. literalinclude:: ../code/02start/blink.sim +.. literalinclude:: ../code/01case/blink.sim :caption: LED Blink (blink.sim) :linenos: -:download:`blink.sim <../code/02start/blink.sim>` +:download:`blink.sim <../code/01case/blink.sim>` Just run simppru -- GitLab