Skip to content

Commit

Permalink
bootloader: now samples correct pins for select switch.
Browse files Browse the repository at this point in the history
  • Loading branch information
HU90m committed Nov 4, 2024
1 parent 4c0192c commit 8d9b22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/cheri/boot/boot_loader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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: ";

Expand Down

0 comments on commit 8d9b22d

Please sign in to comment.