diff options
| -rw-r--r-- | .idea/misc.xml | 5 | ||||
| -rw-r--r-- | .idea/vcs.xml | 1 |
2 files changed, 2 insertions, 4 deletions
diff --git a/.idea/misc.xml b/.idea/misc.xml index f0fcd6912..7ed4f1ab9 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,8 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <project version="4"> - <component name="CMakePythonSetting"> - <option name="pythonIntegrationState" value="YES" /> - </component> <component name="CMakeWorkspace" PROJECT_DIR="$PROJECT_DIR$/examples"> <contentRoot DIR="$PROJECT_DIR$" /> </component> @@ -11,4 +8,4 @@ <file path="$PROJECT_DIR$/hw/mcu" /> </excludeRoots> </component> -</project>
\ No newline at end of file +</project> diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 94a25f7f4..d44b5516f 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -2,5 +2,6 @@ <project version="4"> <component name="VcsDirectoryMappings"> <mapping directory="$PROJECT_DIR$" vcs="Git" /> + <mapping directory="$PROJECT_DIR$/hw/mcu/raspberry_pi/Pico-PIO-USB" vcs="Git" /> </component> </project>
\ No newline at end of file |
