1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00

Fixing issue #4940 (typo)

This commit is contained in:
Brent Wilkins 2016-05-10 08:33:12 -06:00
parent 3434cf6b09
commit e8f9002e75

View File

@ -367,7 +367,7 @@ const uint8_t PROGMEM analog_pin_to_channel_PGM[] = {
#define SerialUSB SERIAL_PORT_USBVIRTUAL
// Bootloader related fields
// Old Caterian bootloader places the MAGIC key into unsafe RAM locations (it can be rewritten
// Old Caterina bootloader places the MAGIC key into unsafe RAM locations (it can be rewritten
// by the running sketch before to actual reboot).
// Newer bootloaders, recognizable by the LUFA "signature" at the end of the flash, can handle both
// the usafe and the safe location. Check once (in USBCore.cpp) if the bootloader in new, then set the global