diff options
author | Leah Rowe <leah@libreboot.org> | 2023-12-23 13:06:30 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-12-23 13:06:30 +0000 |
commit | 25f9d9480fb61e0dd860560d46d8d433565aeb01 (patch) | |
tree | c93f47d38fe58c92db824c2ffa428fd603382be6 | |
parent | e0fee7a4375f92f0540d9fc36f1529ab2049dad9 (diff) |
git/pico-serprog: update revision again
riku committed a new patch, that fixes build errors
when PICO_DEFAULT_LED_PIN is not defined, on a given
board. in such cases, riku's new patch just disables
handling of the status LED, but LEDs continue to work
on boards where it is defined.
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r-- | config/git/pico-serprog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/git/pico-serprog b/config/git/pico-serprog index 59ab1988..172e620e 100644 --- a/config/git/pico-serprog +++ b/config/git/pico-serprog @@ -1,5 +1,5 @@ {pico-serprog}{ - rev: f0ad99bdfa84043f6bee581826e876ea1ff0b3ee + rev: 0d49d6fcbe33a5af1bff599be6ff84ddda0bc3fe loc: pico-serprog url: https://codeberg.org/libreboot/pico-serprog bkup_url: https://git.disroot.org/libreboot/pico-serprog |