Skip to content

Commit

Permalink
app: modify VID:PID
Browse files Browse the repository at this point in the history
  • Loading branch information
KozhinovAlexander committed Nov 29, 2024
1 parent 1434058 commit de3c2c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})

project(cannectivity LANGUAGES C)

if(CONFIG_CANNECTIVITY_USB_VID EQUAL 0x1209)
if(CONFIG_CANNECTIVITY_USB_VID EQUAL 0x1d50)
if(CONFIG_CANNECTIVITY_USB_PID LESS_EQUAL 0x0010)
message(WARNING
"CONFIG_CANNECTIVITY_USB_PID is set to a generic pid.codes Test PID (${CONFIG_CANNECTIVITY_USB_PID}).
Expand Down
4 changes: 2 additions & 2 deletions app/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ config CANNECTIVITY_USB_PRODUCT

config CANNECTIVITY_USB_VID
hex "USB device Vendor ID (VID)"
default 0x1209
default 0x1d50
help
CANnectivity USB device Vendor ID (VID).

config CANNECTIVITY_USB_PID
hex "USB device Product ID (PID)"
default 0xca01
default 0x606f
help
CANnectivity USB device Product ID (PID).

Expand Down

0 comments on commit de3c2c8

Please sign in to comment.