1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-20 21:01:25 +03:00

adjusting descriptors - trying to prevent sketch and bootloader from grabbing different COM numbers on Windows

This commit is contained in:
Zach Eveland
2012-02-08 01:16:56 -05:00
parent 4ee57f12e9
commit c39793001c
6 changed files with 138 additions and 244 deletions

View File

@ -27,7 +27,7 @@
#include <avr/pgmspace.h>
#define ARDUINO_MODEL_USB_PID 0x0034
#define ARDUINO_MODEL_USB_PID 0x3003
#define TX_RX_LED_INIT DDRD |= (1<<5), DDRB |= (1<<0)
#define TXLED0 PORTD |= (1<<5)