Skip to content

Commit 2c9ffe9

Browse files
Fix numbering in Ch02 subheadings (#91)
1 parent 68bcaa1 commit 2c9ffe9

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

ch02.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ the FreeRTOS/Source directory, and may not build if the directory
131131
structure 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

136136
tasks.c and list.c implement the core FreeRTOS kernel functionality and
137137
are always required. They are located directly in the FreeRTOS/Source
@@ -199,7 +199,7 @@ compatibility with existing users' projects as well as FreeRTOS-aware
199199
development 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

204204
The FreeRTOS/Source/portable directory contains source files specific to a FreeRTOS
205205
port. 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

256256
FreeRTOS requires the inclusion of three directories in the compiler's
257257
include path. These are:
@@ -264,7 +264,7 @@ include path. These are:
264264
3. The path to the correct FreeRTOSConfig.h header file.
265265

266266

267-
### 2.2.9 Header Files
267+
### 2.2.8 Header Files
268268

269269
A source file that uses the FreeRTOS API must include FreeRTOS.h,
270270
followed by the header file that contains the prototype for the API

toc.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
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)

0 commit comments

Comments
 (0)