Commit b196a6c
authored
Remove portSTACK_TYPE cast
The casting of `configMINIMAL_STACK_SIZE` and `configTIMER_TASK_STACK_DEPTH` to `portSTACK_TYPE` means that the maximum stack would be 255. Removing the cast allows the `configMINIMAL_STACK_SIZE` to take any value up to the `configSTACK_DEPTH_TYPE` define.1 parent 5a07d03 commit b196a6c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments