diff options
author | Brent Wilkins <brent@SparkFun.com> | 2016-05-10 08:33:12 -0600 |
---|---|---|
committer | Brent Wilkins <brent@SparkFun.com> | 2016-05-10 08:33:12 -0600 |
commit | d2db502f8d86251df909e2454fa3a41cdaffa82c (patch) | |
tree | 8e1d2ab339fc9a17a0fafff06ff5ede8b7c4a45c | |
parent | 3cd00a7fd258baed6358375a6fd0cd83beca623b (diff) |
Fixing issue #4940 (typo)
-rw-r--r-- | variants/leonardo/pins_arduino.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/variants/leonardo/pins_arduino.h b/variants/leonardo/pins_arduino.h index 7e0f669..22b7a1e 100644 --- a/variants/leonardo/pins_arduino.h +++ b/variants/leonardo/pins_arduino.h @@ -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 |