projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Make XPLAINBridge serial bridge much more reliable for the reception of characters...
[pub/USBasp.git]
/
Projects
/
TemperatureDataLogger
/
Descriptors.c
diff --git
a/Projects/TemperatureDataLogger/Descriptors.c
b/Projects/TemperatureDataLogger/Descriptors.c
index
8f409a6
..
8ca6b6e
100644
(file)
--- a/
Projects/TemperatureDataLogger/Descriptors.c
+++ b/
Projects/TemperatureDataLogger/Descriptors.c
@@
-226,9
+226,9
@@
USB_Descriptor_String_t PROGMEM ManufacturerString =
*/
USB_Descriptor_String_t PROGMEM ProductString =
{
*/
USB_Descriptor_String_t PROGMEM ProductString =
{
- .Header = {.Size = USB_STRING_LEN(
10
), .Type = DTYPE_String},
+ .Header = {.Size = USB_STRING_LEN(
22
), .Type = DTYPE_String},
- .UnicodeString = L"Datalogger"
+ .UnicodeString = L"
Temperature
Datalogger"
};
/** This function is called by the library when in device mode, and must be overridden (see library "USB Descriptors"
};
/** This function is called by the library when in device mode, and must be overridden (see library "USB Descriptors"