common consts: update vendor and device IDs

This commit is contained in:
Amanjeev Sethi 2023-06-21 14:49:14 -04:00
parent 83332ce6da
commit 209dfbf6ee

View file

@ -1,4 +1,5 @@
#![no_std]
pub const VID: u16 = 0x2020;
pub const PID: u16 = 0x0717;
// using the "working" IDs of nRF board
pub const VID: u16 = 0x1366;
pub const PID: u16 = 0x1015;