We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf8341a commit 205788dCopy full SHA for 205788d
lib/lego/lego_usb.h
@@ -18,10 +18,10 @@
18
#define LEGO_USB_PID_SPIKE_ESSENTIAL_DFU 0x000C
19
/** Official LEGO USB Product ID for SPIKE Essential. */
20
#define LEGO_USB_PID_SPIKE_ESSENTIAL 0x000D
21
-/** Official LEGO USB Product ID for MINDSTORMS Robot Inventor in DFU mode. */
22
-#define LEGO_USB_PID_ROBOT_INVENTOR_DFU 0x0010
23
/** Official LEGO USB Product ID for MINDSTORMS Robot Inventor. */
24
-#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
25
26
/** Official LEGO USB Manufacturer String. */
27
#define LEGO_USB_MFG_STR "LEGO System A/S"
0 commit comments