Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lib/lego/lego_usb.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
#define LEGO_USB_PID_SPIKE_ESSENTIAL_DFU 0x000C
/** Official LEGO USB Product ID for SPIKE Essential. */
#define LEGO_USB_PID_SPIKE_ESSENTIAL 0x000D
/** Official LEGO USB Product ID for MINDSTORMS Robot Inventor in DFU mode. */
#define LEGO_USB_PID_ROBOT_INVENTOR_DFU 0x0010
/** Official LEGO USB Product ID for MINDSTORMS Robot Inventor. */
#define LEGO_USB_PID_ROBOT_INVENTOR 0x0011
#define LEGO_USB_PID_ROBOT_INVENTOR 0x0010
/** Official LEGO USB Product ID for MINDSTORMS Robot Inventor in DFU mode. */
#define LEGO_USB_PID_ROBOT_INVENTOR_DFU 0x0011

/** Official LEGO USB Manufacturer String. */
#define LEGO_USB_MFG_STR "LEGO System A/S"
Expand Down
Loading