We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3434cf6 commit e8f9002Copy full SHA for e8f9002
hardware/arduino/avr/variants/leonardo/pins_arduino.h
@@ -367,7 +367,7 @@ const uint8_t PROGMEM analog_pin_to_channel_PGM[] = {
367
#define SerialUSB SERIAL_PORT_USBVIRTUAL
368
369
// Bootloader related fields
370
-// 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
371
// by the running sketch before to actual reboot).
372
// Newer bootloaders, recognizable by the LUFA "signature" at the end of the flash, can handle both
373
// the usafe and the safe location. Check once (in USBCore.cpp) if the bootloader in new, then set the global
0 commit comments