Fix file path in the project file (#1013)

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
pull/1015/head
Gaurav-Aggarwal-AWS 2 years ago committed by GitHub
parent 201472a578
commit 9e1c6e1ab1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save