From e026f1d16eb368d6a27b4c4ffbc4cece3950a07b Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 6 Jan 2024 17:06:58 -0800 Subject: [PATCH] altos/easytimer-v2: Update comments in flash loader ao_pins.h No code changes, but the comments were wrong. Signed-off-by: Keith Packard --- src/easytimer-v2/flash-loader/ao_pins.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/easytimer-v2/flash-loader/ao_pins.h b/src/easytimer-v2/flash-loader/ao_pins.h index 70a1d6ce..689fe901 100644 --- a/src/easytimer-v2/flash-loader/ao_pins.h +++ b/src/easytimer-v2/flash-loader/ao_pins.h @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Keith Packard + * Copyright © 2024 Keith Packard * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,7 +21,7 @@ #include -/* Companion port cs_companion0 PB6 */ +/* Debug connector, pin 5 cs_companion0 PA18 */ #define AO_BOOT_PIN 1 #define AO_BOOT_APPLICATION_GPIO (samd21_port_a) -- 2.30.2