Skip to content

Commit d5dce00

Browse files
committed
Fix docs formatting
1 parent 289c3d3 commit d5dce00

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

gallery/how_to/work_with_microtvm/micro_ethosu.py

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -414,8 +414,8 @@
414414
################################################################################
415415
# .. note::
416416
#
417-
# If you'd like to use FreeRTOS for task scheduling and queues, a sample application can be found here
418-
# `demo_freertos.c <https://github.com/apache/tvm/blob/main/apps/microtvm/ethosu/src/demo_freertos.c>`
417+
# If you'd like to use FreeRTOS for task scheduling and queues, a sample application can be found here
418+
# `demo_freertos.c <https://github.com/apache/tvm/blob/main/apps/microtvm/ethosu/src/demo_freertos.c>`
419419

420420
################################################################################
421421
# Creating the linker script
@@ -462,11 +462,8 @@
462462
################################################################################
463463
# .. note::
464464
#
465-
# If you're using FreeRTOS, the Makefile builds it from the specified FREERTOS_PATH
466-
#
467-
# .. code-block:: bash
468-
#
469-
# make FREERTOS_PATH=<FreeRTOS directory>
465+
# If you're using FreeRTOS, the Makefile builds it from the specified FREERTOS_PATH:
466+
# ``make FREERTOS_PATH=<FreeRTOS directory>``
470467
#
471468

472469
################################################################################

0 commit comments

Comments
 (0)