Skip to content

Commit 8d9b22d

Browse files
committed
bootloader: now samples correct pins for select switch.
1 parent 4c0192c commit 8d9b22d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sw/cheri/boot/boot_loader.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const uint32_t SoftwareSlots[] = {
3636
2 * 10 * 1024 * 1024, // Slot 3
3737
};
3838

39-
const uint8_t SoftwareSelectGpioPins[] = {14, 15, 16};
39+
const uint8_t SoftwareSelectGpioPins[] = {13, 14, 15};
4040

4141
const char prefix[] = "\x1b[35mbootloader\033[0m: ";
4242

0 commit comments

Comments
 (0)