Fix VIDPID PHY Read.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2025-11-15 21:11:57 +01:00
parent 84f7952817
commit e6c0227996
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -83,6 +83,7 @@ void usb_init() {
else { else {
phy_data.vid = desc_device.idVendor; phy_data.vid = desc_device.idVendor;
phy_data.pid = desc_device.idProduct; phy_data.pid = desc_device.idProduct;
phy_data.vidpid_present = true;
} }
mutex_init(&mutex); mutex_init(&mutex);
#endif #endif