Skip to content

Commit f22169d

Browse files
authored
Fix a spelling mistake in CMakeLists.txt
1 parent 90ef953 commit f22169d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ target_sources(freertos_kernel PRIVATE
286286
timers.c
287287
)
288288

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

0 commit comments

Comments
 (0)