mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-05-12 11:42:57 -04:00
Fix file path in the project file (#1013)
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
parent
201472a578
commit
9e1c6e1ab1
1 changed files with 2 additions and 2 deletions
|
|
@ -677,7 +677,7 @@
|
|||
<data>
|
||||
<extensions></extensions>
|
||||
<cmdline></cmdline>
|
||||
<hasPrio>128</hasPrio>
|
||||
<hasPrio>1</hasPrio>
|
||||
<buildSequence>inputOutputBased</buildSequence>
|
||||
</data>
|
||||
</settings>
|
||||
|
|
@ -1088,7 +1088,7 @@
|
|||
<group>
|
||||
<name>Config</name>
|
||||
<file>
|
||||
<name>$PROJ_DIR$\..\Config\FreeRTOSConfig.h</name>
|
||||
<name>$PROJ_DIR$\Config\FreeRTOSConfig.h</name>
|
||||
</file>
|
||||
</group>
|
||||
<group>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue