Skip to content

Commit e8f9002

Browse files
Brent WilkinsBrent Wilkins
Brent Wilkins
authored and
Brent Wilkins
committed
Fixing issue arduino#4940 (typo)
1 parent 3434cf6 commit e8f9002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware/arduino/avr/variants/leonardo/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ const uint8_t PROGMEM analog_pin_to_channel_PGM[] = {
367367
#define SerialUSB SERIAL_PORT_USBVIRTUAL
368368

369369
// Bootloader related fields
370-
// Old Caterian bootloader places the MAGIC key into unsafe RAM locations (it can be rewritten
370+
// Old Caterina bootloader places the MAGIC key into unsafe RAM locations (it can be rewritten
371371
// by the running sketch before to actual reboot).
372372
// Newer bootloaders, recognizable by the LUFA "signature" at the end of the flash, can handle both
373373
// the usafe and the safe location. Check once (in USBCore.cpp) if the bootloader in new, then set the global

0 commit comments

Comments
 (0)