File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -228,7 +228,6 @@ locations below:
228
228
| Location |
229
229
| :-------------------------------------------------------------------------------------------------------------------------: |
230
230
| [ AWS IoT Device SDK for Embedded C] ( https://github.com/aws/aws-iot-device-sdk-embedded-C#releases-and-documentation ) |
231
- | [ FreeRTOS.org] ( https://freertos.org/Documentation/api-ref/ota-for-aws-iot-embedded-sdk/docs/doxygen/output/html/index.html ) |
232
231
233
232
Note that the latest included version of coreMQTT may differ across
234
233
repositories.
Original file line number Diff line number Diff line change 66
66
* The configuration parameter specifies the size of the stack that will be allocated
67
67
* to the task being created (the size is specified in words, not bytes!). The amount
68
68
* of stack required is dependent on the application specific parameters,
69
- * for more information [Link](https://www.freertos.org/FAQMem.html#StackSize )
69
+ * for more information [Link](https://www.freertos.org/Why-FreeRTOS/FAQs/Memory-usage-boot-times-context#how-big-should-the-stack-be )
70
70
*
71
71
* <b>Possible values:</b> Any positive 32 bit integer. <br>
72
72
* <b>Default value:</b> Varies by platform
You can’t perform that action at this time.
0 commit comments