8000
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 309daaf commit ffc37faCopy full SHA for ffc37fa
atmel-samd/boards/gemma_m0/conf_usb.h
@@ -19,9 +19,9 @@
19
#endif
20
21
#ifndef USB_DEVICE_PRODUCT_NAME
22
-# define USB_DEVICE_PRODUCT_NAME "Metro M0 with Flash (Experimental)"
+# define USB_DEVICE_PRODUCT_NAME "Gemma M0"
23
24
-// #define USB_DEVICE_SERIAL_NAME "12...EF"
+
25
#define USB_DEVICE_GET_SERIAL_NAME_POINTER serial_number
26
#define USB_DEVICE_GET_SERIAL_NAME_LENGTH 32
27
extern char serial_number[USB_DEVICE_GET_SERIAL_NAME_LENGTH];
0 commit comments