Skip to content

Commit

Permalink
Fix a spelling mistake in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Skptak authored Sep 20, 2023
1 parent 90ef953 commit f22169d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ target_sources(freertos_kernel PRIVATE
timers.c
)

# Check if user requested to not inlude a heap implementation
# Check if user requested to not include a heap implementation
if(NOT DEFINED FREERTOS_DO_NOT_INCLUDE_HEAP)
list(APPEND FREERTOS_KERNEL_SOURCES
# If FREERTOS_HEAP is digit between 1 .. 5 - it is heap number, otherwise - it is path to custom heap source file
Expand Down

0 comments on commit f22169d

Please sign in to comment.