mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-31 15:38:40 -04:00
Minor updates to the PIC32 MPLAB project to prevent it dumping .o files everywhere.
This commit is contained in:
parent
8bd2d2f682
commit
afe9c0face
2 changed files with 5 additions and 5 deletions
|
@ -5,8 +5,8 @@ device=PIC32MX360F512L
|
|||
[PATH_INFO]
|
||||
BuildDirPolicy=BuildDirIsProjectDir
|
||||
dir_src=
|
||||
dir_bin=
|
||||
dir_tmp=
|
||||
dir_bin=./output
|
||||
dir_tmp=./output
|
||||
dir_sin=..\..\Source\portable\MPLAB\PIC32MX;.
|
||||
dir_inc=.;.;..\common\include;..\..\source\portable\mplab\pic32mx;..\..\source\include
|
||||
dir_lib=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue