diff options
| author | sowgro <tpoke.ferrari@gmail.com> | 2025-09-08 10:21:02 -0400 |
|---|---|---|
| committer | sowgro <tpoke.ferrari@gmail.com> | 2025-09-08 10:21:02 -0400 |
| commit | 4c7e6af00cacab1d2bdc466310929d6840d6019a (patch) | |
| tree | eb708b2a23334a138e7790f07da00f86e48b2017 /project/.cproject | |
| parent | b219b27027720d921dd1277c8fb9a3b3408ed907 (diff) | |
| download | 340-repo-Sowgro-4c7e6af00cacab1d2bdc466310929d6840d6019a.tar.gz 340-repo-Sowgro-4c7e6af00cacab1d2bdc466310929d6840d6019a.tar.bz2 340-repo-Sowgro-4c7e6af00cacab1d2bdc466310929d6840d6019a.zip | |
Create working printf
Diffstat (limited to 'project/.cproject')
| -rw-r--r-- | project/.cproject | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/project/.cproject b/project/.cproject index 807e262..6b0c539 100644 --- a/project/.cproject +++ b/project/.cproject @@ -45,9 +45,10 @@ <option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="com.st.stm32cube.ide.mcu.gnu.managedbuild.tool.c.compiler.option.includepaths.1390171442" name="Include paths (-I)" superClass="com.st.stm32cube.ide.mcu.gnu.managedbuild.tool.c.compiler.option.includepaths" useByScannerDiscovery="false" valueType="includePath"> <listOptionValue builtIn="false" value="../Core/Inc"/> <listOptionValue builtIn="false" value="../Core/Inc/Devices"/> + <listOptionValue builtIn="false" value="../Core/Inc/Homework"/> <listOptionValue builtIn="false" value="../Core/Inc/System"/> <listOptionValue builtIn="false" value="../Core/Inc/Project"/> - <listOptionValue builtIn="false" value="../Core/Inc/Activites"/> + <listOptionValue builtIn="false" value="../Core/Inc/Activities"/> <listOptionValue builtIn="false" value="../Drivers/STM32L4xx_HAL_Driver/Inc"/> <listOptionValue builtIn="false" value="../Drivers/STM32L4xx_HAL_Driver/Inc/Legacy"/> <listOptionValue builtIn="false" value="../Drivers/CMSIS/Device/ST/STM32L4xx/Include"/> @@ -177,5 +178,12 @@ <autodiscovery enabled="false" problemReportingEnabled="true" selectedProfileId=""/> </scannerConfigBuildInfo> </storageModule> - <storageModule moduleId="refreshScope"/> + <storageModule moduleId="refreshScope" versionNumber="2"> + <configuration configurationName="Debug"> + <resource resourceType="PROJECT" workspacePath="/project"/> + </configuration> + <configuration configurationName="Release"> + <resource resourceType="PROJECT" workspacePath="/project"/> + </configuration> + </storageModule> </cproject>
\ No newline at end of file |
