diff options
author | innovaker <66737976+innovaker@users.noreply.github.com> | 2020-11-13 16:05:59 +0000 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-11-16 17:33:59 -0500 |
commit | 18079e3bd31aa93664cdd50de030d243a78d34b5 (patch) | |
tree | 9a2c287a1b473588bf536148f95a0bf3d622fb80 /docs | |
parent | 6cf13f6b80547dc6cd3dffb98c091d284dece5bb (diff) |
fix(docs): Remove obsolete VID/PID CMake error
This was obsoleted by 36d3d01a22a46cdc4f1ebcabe27666dec4afface.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/troubleshooting.md | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/docs/docs/troubleshooting.md b/docs/docs/troubleshooting.md index f11d02e..7f7d994 100644 --- a/docs/docs/troubleshooting.md +++ b/docs/docs/troubleshooting.md @@ -25,22 +25,7 @@ Variations of the warnings shown below occur when flashing the `<firmware>.uf2` ### CMake Error -``` -CMake Warning at C:/zmk/zephyr/subsys/usb/CMakeLists.txt:28 (message): - CONFIG_USB_DEVICE_VID has default value 0x2FE3. - - This value is only for testing and MUST be configured for USB products. - - -CMake Warning at C:/zmk/zephyr/subsys/usb/CMakeLists.txt:34 (message): - CONFIG_USB_DEVICE_PID has default value 0x100. - - This value is only for testing and MUST be configured for USB products. -``` - -CMake Warnings shown above during `west build` are normal occurrences. They should not negatively affect the firmware's ability to function as normal. - -On the other hand, an error along the lines of `CMake Error at (zmk directory)/zephyr/cmake/generic_toolchain.cmake:64 (include): include could not find load file:` during firmware compilation indicates that the Zephyr Environment Variables are not properly defined. +An error along the lines of `CMake Error at (zmk directory)/zephyr/cmake/generic_toolchain.cmake:64 (include): include could not find load file:` during firmware compilation indicates that the Zephyr Environment Variables are not properly defined. For more information, click [here](../docs/dev-setup#environment-variables). ### dtlib.DTError |