mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-25 23:38:06 +00:00
common consts: update vendor and device IDs
This commit is contained in:
parent
83332ce6da
commit
209dfbf6ee
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
Loading…
Reference in a new issue