File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ the FreeRTOS/Source directory, and may not build if the directory
131131structure is changed.
132132
133133
134- ### 2.2.6 FreeRTOS Source Files Common to All Ports
134+ ### 2.2.5 FreeRTOS Source Files Common to All Ports
135135
136136tasks.c and list.c implement the core FreeRTOS kernel functionality and
137137are always required. They are located directly in the FreeRTOS/Source
@@ -199,7 +199,7 @@ compatibility with existing users' projects as well as FreeRTOS-aware
199199development tools.
200200
201201
202- ### 2.2.7 FreeRTOS Source Files Specific to a Port
202+ ### 2.2.6 FreeRTOS Source Files Specific to a Port
203203
204204The FreeRTOS/Source/portable directory contains source files specific to a FreeRTOS
205205port. The portable directory is arranged as a hierarchy, first by
@@ -251,7 +251,7 @@ FreeRTOS
251251*** Figure 2.3*** * Port specific source files within the FreeRTOS directory tree*
252252* * *
253253
254- ### 2.2.8 Include Paths
254+ ### 2.2.7 Include Paths
255255
256256FreeRTOS requires the inclusion of three directories in the compiler's
257257include path. These are:
@@ -264,7 +264,7 @@ include path. These are:
2642643 . The path to the correct FreeRTOSConfig.h header file.
265265
266266
267- ### 2.2.9 Header Files
267+ ### 2.2.8 Header Files
268268
269269A source file that uses the FreeRTOS API must include FreeRTOS.h,
270270followed by the header file that contains the prototype for the API
Original file line number Diff line number Diff line change 1818 + [ 2.2.2 Building FreeRTOS] ( ch02.md#222-building-freertos )
1919 + [ 2.2.3 FreeRTOSConfig.h] ( ch02.md#223-freertosconfigh )
2020 + [ 2.2.4 Official Distributions] ( ch02.md#224-official-distributions )
21- + [ 2.2.6 FreeRTOS Source Files Common to All Ports] ( ch02.md#226 -freertos-source-files-common-to-all-ports )
22- + [ 2.2.7 FreeRTOS Source Files Specific to a Port] ( ch02.md#227 -freertos-source-files-specific-to-a-port )
23- + [ 2.2.8 Include Paths] ( ch02.md#228 -include-paths )
24- + [ 2.2.9 Header Files] ( ch02.md#229 -header-files )
21+ + [ 2.2.5 FreeRTOS Source Files Common to All Ports] ( ch02.md#225 -freertos-source-files-common-to-all-ports )
22+ + [ 2.2.6 FreeRTOS Source Files Specific to a Port] ( ch02.md#226 -freertos-source-files-specific-to-a-port )
23+ + [ 2.2.7 Include Paths] ( ch02.md#227 -include-paths )
24+ + [ 2.2.8 Header Files] ( ch02.md#228 -header-files )
2525 + [ 2.3 Demo Applications] ( ch02.md#23-demo-applications )
2626 + [ 2.4 Creating a FreeRTOS Project] ( ch02.md#24-creating-a-freertos-project )
2727 + [ 2.4.1 Adapting One of the Supplied Demo Projects] ( ch02.md#241-adapting-one-of-the-supplied-demo-projects )
You can’t perform that action at this time.
0 commit comments