diff options
| author | hathach <[email protected]> | 2024-01-16 01:28:29 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-01-16 01:28:29 +0700 |
| commit | aa58cdcfa6a35cf5d903eaffd304db4834ce56ec (patch) | |
| tree | 5901f191502321e375392952ef5ceabd24275dbf /.idea | |
| parent | 4b3b401ce37e12eaf4c85a5184d94327c28c70a5 (diff) | |
change CFG_TUH_CDC_FTDI/CP210X_PID_LIST to CFG_TUH_CDC_FTDI/CP210X_VID_PID_LIST which contains both vid and pid.
Diffstat (limited to '.idea')
| -rw-r--r-- | .idea/cmake.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.idea/cmake.xml b/.idea/cmake.xml index 432e44172..3cb883e62 100644 --- a/.idea/cmake.xml +++ b/.idea/cmake.xml @@ -80,7 +80,7 @@ <configuration PROFILE_NAME="ra6m5 PORT0" ENABLED="false" CONFIG_NAME="Debug" GENERATION_OPTIONS="-DBOARD=ra6m5_ek -DLOG=3 -DLOGGER=RTT -DTRACE_ETM=1 -DPORT=0" /> <configuration PROFILE_NAME="uno_r4" ENABLED="false" CONFIG_NAME="Debug" GENERATION_OPTIONS="-DBOARD=uno_r4 -DLOG=4 -DLOGGER=RTT" /> <configuration PROFILE_NAME="portenta_c33" ENABLED="false" CONFIG_NAME="Debug" GENERATION_OPTIONS="-DBOARD=portenta_c33 -DLOG=3" /> - <configuration PROFILE_NAME="lpcxpresso1769" ENABLED="true" CONFIG_NAME="Debug" GENERATION_OPTIONS="-DBOARD=lpcxpresso1769 -DLOG=3 -DLOGGER=RTT" /> + <configuration PROFILE_NAME="lpcxpresso1769" ENABLED="false" CONFIG_NAME="Debug" GENERATION_OPTIONS="-DBOARD=lpcxpresso1769 -DLOG=3 -DLOGGER=RTT" /> </configurations> </component> </project>
\ No newline at end of file |
