mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-07-27 16:23:46 +00:00
Fix file path in the project file (#1013)
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
committed by
GitHub
parent
201472a578
commit
9e1c6e1ab1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user