1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03:00

changed Leonardo bootloader and sketch PID values again (now 0x0701 for bootloader, 0x0801 for sketch)

This commit is contained in:
Zach Eveland
2012-02-13 00:10:16 -05:00
parent c39793001c
commit 25a4fe8607
5 changed files with 8 additions and 8 deletions

View File

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