Skip to content

Commit 01609b8

Browse files
committed
Merged 1.0.3
2 parents 823f8c7 + 44cdf62 commit 01609b8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

hardware/arduino/avr/cores/arduino/HardwareSerial.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636

3737
/*
3838
* on ATmega8, the uart and its bits are not numbered, so there is no "TXC0"
39-
* definition. It is slightly cleaner to define this here instead of having
40-
* conditional code in the cpp module.
39+
* definition.
4140
*/
4241
#if !defined(TXC0)
4342
#if defined(TXC)

hardware/arduino/avr/cores/arduino/USBCore.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ const u16 STRING_IPRODUCT[17] = {
5555
'A','r','d','u','i','n','o',' ','L','e','o','n','a','r','d','o'
5656
#elif USB_PID == 0x8037
5757
'A','r','d','u','i','n','o',' ','M','i','c','r','o',' ',' ',' '
58+
#elif USB_PID == 0x803C
59+
'A','r','d','u','i','n','o',' ','E','s','p','l','o','r','a',' '
5860
#elif USB_PID == 0x9208
5961
'L','i','l','y','P','a','d','U','S','B',' ',' ',' ',' ',' ',' '
6062
#else

0 commit comments

Comments
 (0)