diff --git a/sw/cheri/boot/boot_loader.cc b/sw/cheri/boot/boot_loader.cc index b40c5d51f..2f842e922 100644 --- a/sw/cheri/boot/boot_loader.cc +++ b/sw/cheri/boot/boot_loader.cc @@ -36,7 +36,7 @@ const uint32_t SoftwareSlots[] = { 2 * 10 * 1024 * 1024, // Slot 3 }; -const uint8_t SoftwareSelectGpioPins[] = {14, 15, 16}; +const uint8_t SoftwareSelectGpioPins[] = {13, 14, 15}; const char prefix[] = "\x1b[35mbootloader\033[0m: ";