diff options
author | Zachary Eveland <zeveland@blacklabel-development.com> | 2012-11-23 16:09:32 -0500 |
---|---|---|
committer | Zachary Eveland <zeveland@blacklabel-development.com> | 2012-11-23 16:09:32 -0500 |
commit | 8fb58612a01430dd796de9bb3705e5f8380da747 (patch) | |
tree | ac9b583ed7771cac3639a28f5cd819a122796da1 /bootloaders/caterina/Descriptors.c | |
parent | bb6569d0695eef174a190a4c0fd570deb55ecfc2 (diff) |
Caterina changes to support Micro. includes newly rebuilt version of the bootloader merged with Blink produced using 1.0.2
Diffstat (limited to 'bootloaders/caterina/Descriptors.c')
-rwxr-xr-x | bootloaders/caterina/Descriptors.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bootloaders/caterina/Descriptors.c b/bootloaders/caterina/Descriptors.c index c5feaf5..5bc0733 100755 --- a/bootloaders/caterina/Descriptors.c +++ b/bootloaders/caterina/Descriptors.c @@ -195,6 +195,8 @@ const USB_Descriptor_String_t ProductString = #if DEVICE_PID == 0x0036
.UnicodeString = L"Arduino Leonardo"
+ #elif DEVICE_PID == 0x0037
+ .UnicodeString = L"Arduino Micro "
#else
.UnicodeString = L"USB IO board "
#endif
|