We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c0192c commit 8d9b22dCopy full SHA for 8d9b22d
1 file changed
sw/cheri/boot/boot_loader.cc
@@ -36,7 +36,7 @@ const uint32_t SoftwareSlots[] = {
36
2 * 10 * 1024 * 1024, // Slot 3
37
};
38
39
-const uint8_t SoftwareSelectGpioPins[] = {14, 15, 16};
+const uint8_t SoftwareSelectGpioPins[] = {13, 14, 15};
40
41
const char prefix[] = "\x1b[35mbootloader\033[0m: ";
42
0 commit comments